Google Structured data

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

Google Structured data tool gives errors for

@Html.Raw(Model.PriceWithDiscount)

which displays price with currency symbol like:

<span itemprop="price" class="price-value-2630">
€ 34,95
</span>

It should be like:

<span itemprop="price" class="price-value-2630">
34.95
</span>

So without the currency symbol and a Price format with a . in steead off a ,

Thanks for any advice!
(NC 3.7)
6 years ago
It was no error but warning. Solved thanks to this post:

https://www.nopcommerce.com/boards/t/43300/microdata-for-price.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.