Hello,
in Google webmaster tools, I have the same error (missing price) for every product page.
The main product price and currency schema configuration is fine and doesn't lead to errors.
But, at the bottom of product page I have the module "Related products" (/modules/productscategory) and it returns missing price error. The code is something like this:
<div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer" class="content_price">
<span itemprop="price" class="price product-price"> CHF 100.00 </span>
<meta itemprop="priceCurrency" content="0">
</div>
As I understand it, we have priceCurrency error: content should be ="CHF" and not "0".
Did anybody face the same issue?
Thank you