4GLte.eu Posted May 14, 2017 Share Posted May 14, 2017 When I check in https://search.google.com/structured-data/testing-tool any of the product page I receive a warning The property 420,60 is not a valid price specification. I presume it is about the colon in the price instead of a dot. On front end the price is correct £420.60 but in the code indeed: <meta itemprop="currency" content="GBP"> Price : £ <span itemprop="price">420,60</span> Anyone knows how to resolve this? Link to comment Share on other sites More sharing options...
genweb Posted May 14, 2017 Share Posted May 14, 2017 Check this to change currency decimal separator https://www.prestashop.com/forums/topic/52810-change-decimal-seperator/ Link to comment Share on other sites More sharing options...
4GLte.eu Posted May 17, 2017 Author Share Posted May 17, 2017 Yes this is how it is now but it displays dot in front office but We still have got colon in the code. Link to comment Share on other sites More sharing options...
genweb Posted May 17, 2017 Share Posted May 17, 2017 (edited) Maybe it is a bug and they forgot to apply decimal changes in meta tags. What is your Prestashop version? You could try to locate PHP file that is writting metas and see if there is any chance to change separator there. If you cannot locate it, try to search "itemprop" string using this tool http://tecnoes.com/product/prestashop-scanner/ Edited May 17, 2017 by genweb (see edit history) 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