Our web agency was commissioned to create a feed for Google Shopping from the Gambio online shop system, or rather to correct the generation of the Shopping feed from Gambio, as there were several errors. For example, the shipping weight was not exported correctly. The shipping weight from the online shop was exported with a period (".") as the decimal separator. However, this needs to be a comma (","), so we have to change the export instruction in the "Shipping weight" column from
{p_weight_point} kg
to
{p_weight_comma} kg
We have to implement this in a copy of the Google Shopping export schema, as the original schema cannot be modified.
The other error: Some products in certain categories are simply not exported. After a long search, there is also a very simple solution here. In the Google Shopping export schema in Gambio, there is a setting that determines whether products with properties or products without properties are exported. The setting reads as though this were an additional option, i.e. "also export the property fields or property variants, if available", but that is not the case. If you therefore have products without properties (e.g. an acrylic picture) as well as products with properties (e.g. a ring with different sizes), and you want to export both groups of products, you have to create two Google Shopping schemas in Gambio. In one of them, the property checkbox in the schema settings must be enabled, while in the other it must not be enabled.
That's it! Seen at our web agency with Gambio v3.
