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 12-04-2014 12:04:21

jonaha
Member
Registered: 11-01-2006
Posts: 192

Google Shopping

Google is not approving all of my product. Is there a way to set all the product off so I can go back and turn on all of the ones I need manually.

Offline

 

#2 12-05-2014 04:58:21

johnsonR
Member
Registered: 09-03-2014
Posts: 23

Re: Google Shopping

You can disable/enable the google base feed here: System Dashboard > Store > Component > Settings > Extension Module: GoogleBase - this turns it off/on for all products.

Offline

 

#3 12-05-2014 11:30:17

jonaha
Member
Registered: 11-01-2006
Posts: 192

Re: Google Shopping

I want to turn the product back on individually not not all. Any way to do this?

Offline

 

#4 12-05-2014 21:35:42

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

Re: Google Shopping

Under Manage Products, edit your product.  In the GoogleBase section, you'll see 'Suppress From GoogleBase Feed'.  Flip that on.


Nick Hendler

Offline

 

#5 12-06-2014 18:20:39

jonaha
Member
Registered: 11-01-2006
Posts: 192

Re: Google Shopping

I have 11,000 products and want to turn all off and then only turn on the one that I want. I can I turn them off in bulk and then turn on only the ones I want?

Offline

 

#6 12-06-2014 23:29:49

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

Re: Google Shopping

You should be able to change it in the product file by changing all products in the googlebase_suppress column to '1' (off).  To turn them on set as '0' (on).


Bryan

Hat Trick Sports, LLC

Offline

 

#7 12-07-2014 05:57:04

kev
Member
Registered: 03-16-2009
Posts: 399

Re: Google Shopping

run a sql statement like below to change values on all products

update ecom_prod
set googlebase_suppress = '1'

Offline

 

Board footer