I have configured a google structured data for a product. Although each itemprop was showing up in google tools with no errors. example: Google structured data tool. But in google i couldn't see the price. Same link in google Same link in google . I have followed the google documentation. For the price for example i coded like this (Just i putt static values for simplicity) :
<div itemprop="offers" itemscopeitemtype="http://schema.org/Offer">
<span itemprop="priceCurrency" content="EUR">€</span>
<span itemprop="price" content="6599.59">6.599,59</span>
</div>