Jump to content
thirty bees forum
  • 0

Doesn't round the gross price - mismatch in Google Merchant


Question

Posted

I am facing problems with rejected products by Google Merchant.

There is a mismatch in price due to too long gross price. It should be rounded to maximum 2 decimal places. I import my products with net price. Do I have to change all the prices and settings in the database and end with not rounded net price?

Merchant:

 

image.thumb.png.9097f89f6e006401099c6811ae7a3f63.png

 

Back office:

image.thumb.png.cd89714c5b5421388fd56378377f57b5.png

Marta

5 answers to this question

Recommended Posts

  • 0
Posted

Prestashop templates have a lot of errors when it comes to structured meta data. And unfortunately thirtybees inherited these errors 😞
In product.tpl template the code:

<meta itemprop="price" content="{$productPrice}">

correct to:

<meta itemprop="price" content="{$productPrice|string_format:'%.2f'}">

And according to google requirements, prices sent to GMC must be with tax:
https://support.google.com/merchants/answer/6324371?hl=pl

 

Screenshot_20240404_122543.png

  • Like 2
  • Thanks 1
  • 0
Posted (edited)

@Yabber - nice fix, thanks!

BTW. Do you know a way to resend request to Google after increasing required photo size (min. 100x100px)? Default cart image size is too small.

Edited by Adik
  • 0
Posted
38 minutes ago, Adik said:

@Yabber - nice fix, thanks!

BTW. Do you know a way to resend request to Google after increasing required photo size (min. 100x100px)? Default cart image size is too small.

If you download product data to GMC from an XML file generated in store, then you can force the download of this data at any time in "Data Sources" configuration.
And with the standard GMC configuration, then google updates them once a day, too.

Screenshot_20240404_143845.png

  • 0
Posted

Ok thanks! What is best solution to generate products XML file in ThirtyBees? Datakick module?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...