concretecms-community-store / community_store

An open, free and community developed eCommerce system for Concrete CMS
https://concretecms-community-store.github.io/community_store/
MIT License
106 stars 66 forks source link

Fix "price" itemprop #798

Closed mlocati closed 1 year ago

mlocati commented 1 year ago

I see this error in the Google Search Console:

Invalid price format in "price" property (in "offers") 

Checking the source code of the affectd page, I see this code:

<meta itemprop="price" content="12,34 €" />

It should be

<meta itemprop="price" content="12.34" />