ctslater Posted September 22, 2016 Share Posted September 22, 2016 Hello to all Prestashopers, I've looking into the forums and the internet, and there does not seem to be any kind of solution or workaround for this. I've set up my shop with and also an Ad Words / Google Merchant campaign. However, Google Merchant give an Account warning: "Insufficient match of microdata price information"https://support.google.com/merchants/answer/6098383 I understand the whole concept of the schema.org. However, from what I can see, the default Prestashop template is at cause. What happens is that the default Prestashop template put the $ sign into the price_display info, which cause the mismatch with Google Merchant. See attached image: $ should NOT be inserted into our_price_display span. Rather, it should be inserted outside of the span, and into the priceCurrency meta. Now of course some offer a fix for a fee, but that seems silly for me to pay for someone to partly dismantle a template and hack the code for such a small thing. Moreover, this hack might break something else, and will probably be wiped out if I do an update. I know this is only a warning from Google, but this most likely hinders my rankings, and might even cause mass disaproval of products on Google Merchant. Anyone encountered this? Kinds regards to all 1 Link to comment Share on other sites More sharing options...
Easypets Posted February 19, 2017 Share Posted February 19, 2017 Hi My english is very bad but try this put this code in your product.tpl <span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> the result is : <span id="our_price_display" class="price" itemprop="price" content="20.00">20,00 €</span> regards Link to comment Share on other sites More sharing options...
ANGELO Vintage Posted March 16, 2017 Share Posted March 16, 2017 I've not this problem on single product view. the problem of € or $ symbol is on the New Arrival (home page tab) like i posted in this thread https://www.prestashop.com/forums/topic/599962-schemaorg-price-issue-on-new-arrivals-product-tab/ Link to comment Share on other sites More sharing options...
ctslater Posted March 16, 2017 Author Share Posted March 16, 2017 Yeah I didn't want to touch the code for I will lose it on the next update. What I did was to remove the "$" Symbol (for my case) in Localization -> Currencies. This way the currency is still understood into the schema and by Google merchant. I don't have the error anymore. Though you won't see the symbol appear next to the price. I can live with that. But now Google Merchant is giving me error with the Condition, and if I put Accessories in a product's Associations tab. - _____ - Link to comment Share on other sites More sharing options...
ANGELO Vintage Posted March 16, 2017 Share Posted March 16, 2017 i post the fix for product-list.tpl inside your theme folder. It works great and solve the price problem with google microdata testing tool https://www.prestashop.com/forums/topic/599962-schemaorg-price-issue-on-new-arrivals-product-tab/ 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