Below is the code:
<div class="product-essential" itemscope itemtype="http://schema.org/Product">
<div class="product-main-info">
<div class="product-name">
<h1 itemprop="name">Test Simple product 55</h1>
<p class="long-name">Test Simple product 5SD</p>
</div>
<p class="-order"> Order #: test-simple-product-5</p>
<p class="alert-urls"></p>
<p class="product-type-data"> </p>
<div style="display:block" class="price-box price-box-test-simple-product-5">
<p itemtype="http://schema.org/AggregateOffer" itemscope="" itemprop="offers" class="old-price">
<span id="old-price-5" class="price" itemprop="highPrice"> $8.00 </span> <span itemprop="priceCurrency" class="price currency">USD</span> </p>
<p itemtype="http://schema.org/AggregateOffer" itemscope="" itemprop="offers" class="special-price">
<span id="product-price-5" class="price" itemprop="lowPrice"> $6.00 </span> <span itemprop="priceCurrency" class="price currency">USD</span> </p>
</div>
<div style="display: none" class="price-loader"> <img src="http://text/-dev/skin/frontend/enterprise/default/images/zoomloader.gif"> </div>
<span>
<dl class="top-currency">
<dd><a href="http://text/-dev/test-simple-product-5?SID=bbru84lc96dd53bamsmrvj0ou2" class="us-currency active" title="US Site"> </a></dd>
<dd><a onclick="switchWebsite('http://text/-dev/test-simple-product-5?SID=bbru84lc96dd53bamsmrvj0ou2');" href="javascript:void(0);" class="canada-currency" title="Canadian Site"> </a></dd>
</dl>
<p itemtype="http://schema.org/Offer" itemscope="" itemprop="offers" class="availability in-stock"> <span class="product-qty"> 99999991 </span> <span>
<link href="http://schema.org/InStock" itemprop="availability">
In stock </span> </p>
</span>
<p class="shipping-icon">Free shipping over $250</p>
</div>
I am getting the error Incomplete microdata with schema.org in Product detail page.
Below is the snippets:
Item
type: http://schema.org/product
property:
name: Test Simple product 55
offers: Item 1
offers: Item 2
offers: Item 3
Error: Incomplete microdata with schema.org.