Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-27-2018 13:48:09

Iceit88
Member
From: Fairview, PA
Registered: 11-19-2003
Posts: 549
Website

Google Shopping Update

Nick,

Did you see this update?  In particular, the way Size and Color attributes are now needed to be formatted and sent as a single reference?  Looks like all product variations will now need to be sent as there own product in the feed.

https://support.google.com/merchants/answer/9039287
https://support.google.com/merchants/answer/6324492


Bryan

Hat Trick Sports, LLC

Offline

 

#2 06-28-2018 08:14:03

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Google Shopping Update

Hello Bryan.  Thanks for the post.  Yes, we are aware of these changes.  The size/color item is the only one that affects K9 feeds, and at this time warnings are going to be issued if you submit multiple sizes or colors in comma-delimited lists.  To avoid the warnings, you could issue this statement using Raw DB Admin:

Code:

UPDATE ecom_prod SET googlebase_color=REPLACE(googlebase_color, ', ', ' / '), googlebase_size=REPLACE(googlebase_size, ', ', ' / ')

This will replace any comma-delimited color and size lists with a string that's slash-separated.  Will avoid warnings.  Changes to GoogleBase to support this and other changes are forthcoming in release 9.0.3, which is currently being packaged.


Nick Hendler

Offline

 

#3 06-28-2018 11:07:34

Iceit88
Member
From: Fairview, PA
Registered: 11-19-2003
Posts: 549
Website

Re: Google Shopping Update

Thank you, worked great.

And for anyone that is wondering the above statement also works for Ver 8 Feeds.


Bryan

Hat Trick Sports, LLC

Offline

 

#4 06-29-2018 08:22:33

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Google Shopping Update

Thank you for posting back and letting everybody know.  I appreciate it.


Nick Hendler

Offline

 

Board footer