Fabrizio_1 Posted July 16, 2016 Share Posted July 16, 2016 (edited) homepage: https://www.bluestreets.net webpage (for example): https://www.bluestreets.net/prodotti/341-biciclette-pieghevoli-birdy-speed-blue.html Prestashop 1.6.0.8 In Europe we use comma instead dot for decimals, but schema.org needs dot for decimals Warning in attachmentHow can I solve? Tnx in advance Edited July 16, 2016 by Fabrizio_1 (see edit history) Link to comment Share on other sites More sharing options...
Fabrizio_1 Posted July 17, 2016 Author Share Posted July 17, 2016 solved Link to comment Share on other sites More sharing options...
pedluis Posted August 2, 2016 Share Posted August 2, 2016 Hello Fabrizio, how did you solve this issue? Link to comment Share on other sites More sharing options...
SEID Posted October 11, 2016 Share Posted October 11, 2016 how did you solve this issue? Thanks Link to comment Share on other sites More sharing options...
Marc2 Posted November 22, 2016 Share Posted November 22, 2016 Hi there, I'm experiencing the same issue and want to know how you'd rate my approach. Since in Germany we use a comma for separating decimals and some customers want the € symbol next to their prices, adding the price schema.org specific but invisible like the currency at least results in no errors by Google's structured data testing tool. Please see the following code example: Current code: <span id="our_price_display" class="price" itemprop="price">3,78 €</span> inkl. MwSt.<meta itemprop="priceCurrency" content="EUR" /> Adjusted code: <span id="our_price_display" class="price">3,78 €</span> inkl. MwSt.<meta itemprop="price" content="3.78" /><meta itemprop="priceCurrency" content="EUR" /> Thanks in advance for any thoughts on this. Best, Marc Link to comment Share on other sites More sharing options...
josias Posted December 6, 2016 Share Posted December 6, 2016 solved How you solved it? Thank you Link to comment Share on other sites More sharing options...
ANGELO Vintage Posted March 16, 2017 Share Posted March 16, 2017 a solution to remove € or $ and from comma top point could be very appreciated. If someone have the right code to apply and share will be usefull for many of us eropean Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now