Zen Cart Logo
Forums / All Other Contributions/Addons / Google Base Feeder Support Thread [OLD]

Google Base Feeder Support Thread [OLD]

Locked

Views: 806,308

Results 2,821 to 2,840 of 3,556
This thread is locked. New replies are disabled.
8 Jul 2011, 2:46 PM
#2821
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Google Base Feeder Support Thread [OLD]

caios:

Thanks, the problem was that Im an idiot............

It doesnt export items which are out of stock, obvious I suppose!
No, that is not so. It took me a while to figure it out as well! No idiots here, we suffer from a lack of knowledge!

8 Jul 2011, 3:31 PM
#2822
paul74 avatar

paul74

New Zenner

Join Date:
Jun 2007
Posts:
13
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Using Zen Cart ™ with the Italian language. Add-on is installed correctly, generates the XML file, but if I open that file I find the products but only this:

<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"> <channel> <title>XXXXXXXX</title> <link>http://www.XXXX.eu</link> <description></description> </channel> </rss>

Error in the settings? Or what ?
Thanks
Paul

10 Jul 2011, 12:18 AM
#2823
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

still getting the same failure message for the price and shipping attributes and I can't find the problem, so can some one give me a clue as to what to look for.
Cheers peter

11 Jul 2011, 8:28 AM
#2824
mcgill avatar

mcgill

Zen Follower

Join Date:
Aug 2005
Posts:
101
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Have a look at your feed and see if it is being sanitized okay. I have had google say there are problems with the price attribute etc and the problem is nothing to do with it.

you could copy and paste a section of you xml here and everyone can take a look at it

11 Jul 2011, 9:34 AM
#2825
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

McGill:

Have a look at your feed and see if it is being sanitized okay. I have had google say there are problems with the price attribute etc and the problem is nothing to do with it.

you could copy and paste a section of you xml here and everyone can take a look at ithttp://i896.photobucket.com/albums/ac163/discoverytdi/xml.jpg

11 Jul 2011, 10:34 AM
#2826
mcgill avatar

mcgill

Zen Follower

Join Date:
Aug 2005
Posts:
101
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Is the text wrapped because of the editor you copied it into or is it being produced by googlefroogle like that?

11 Jul 2011, 11:35 AM
#2827
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

McGill:

Is the text wrapped because of the editor you copied it into or is it being produced by googlefroogle like that?
It's bein wrapped

11 Jul 2011, 11:52 AM
#2828
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

discoverytdi:

It's bein wrapped

<?xml version="1.0" encoding="UTF-8"?>

-<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0"> -<channel> <title>RV Solar Systems</title> <link>http://www.rvsolarsystems.co.uk</link> <description>solar panels for RVs</description> -<item> <title>40 Watt Monocrystalline Caravan Motorhome and Boat Solar Panel</title> <g:condition>new</g:condition> <g:product_type>Monocrystalline Caravan Motorhome and Boat Solar Panel</g:product_type> <g:expiration_date>2011-08-08</g:expiration_date> <g:id>1</g:id> <g:image_link>http://www.rvsolarsystems.co.uk/store/images/a40wattpanel.jpg</g:image_link> <link>http://www.rvsolarsystems.co.uk/store/index.php?main_page=product_info&products_id=1&currency=GBP</link> <g:price>215.99</g:price> <g:mpn>RVSS/40WSP</g:mpn> <g:currency>GBP</g:currency> <g:pickup>true</g:pickup> <g:payment_accepted>paypal</g:payment_accepted> -<g:shipping> <g:country>GB</g:country> <g:service>ground</g:service> <g:price>0</g:price></g:shipping>

11 Jul 2011, 6:13 PM
#2829
mcgill avatar

mcgill

Zen Follower

Join Date:
Aug 2005
Posts:
101
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I took your code and put it in a new xml file and it returned a parse error.
If you look at this from the top of your file

<?xml version="1.0" encoding="UTF-8"?>-<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">

I removed "-" from -<rss eg <rss and the parse error stopped. There is also one before <channel which as far as I can see does nothing

13 Jul 2011, 9:03 AM
#2830
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

McGill:

I took your code and put it in a new xml file and it returned a parse error.
If you look at this from the top of your file

<?xml version="1.0" encoding="UTF-8"?>-<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">

I removed "-" from -<rss eg <rss and the parse error stopped. There is also one before <channel which as far as I can see does nothing
Hi what are you using to edit the file I can't find that error

13 Jul 2011, 1:25 PM
#2831
mcgill avatar

mcgill

Zen Follower

Join Date:
Aug 2005
Posts:
101
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Its in the code you pasted in your post.

I compared it with my file and my file does not have any "-" in it

I'm using editpad lite

13 Jul 2011, 2:39 PM
#2832
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

McGill:

Its in the code you pasted in your post.

I compared it with my file and my file does not have any "-" in it

I'm using editpad lite

just done a manual upload of the file via google merchant and it passed :huh: think the mode was corrupting the upload :frusty:

13 Jul 2011, 3:24 PM
#2833
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Google Base Feeder Support Thread [OLD]

I've done several of these before but now am getting an XML tag mismatch error for hundreds of products on one website. The feed is being exported with 1300 products but google is only accepting 800. Anybody seen this recently?

13 Jul 2011, 3:33 PM
#2834
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Google Base Feeder Support Thread [OLD]

well, answering my own question. Site has image names with space and ampersands. That ampersand should always be a no - no with image names.

13 Jul 2011, 5:42 PM
#2835
tecbrat avatar

tecbrat

Zen Follower

Join Date:
Feb 2005
Posts:
239
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

My customer forwarded me this from Google:

We are now requiring a new set of basic required attributes,
...
Starting September 22, accounts that do not comply with the new requirements will be suspended.

Does this add-on need to be updated? Is it already being worked on?

If you want to see the full text that Google sent, let me know and I'll post it.

Here's a link to google's page about it: <<click>>

13 Jul 2011, 6:32 PM
#2836
mustang394 avatar

mustang394

Zen Follower

Join Date:
Jun 2008
Location:
Colorado
Posts:
146
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Here a better link to the changes link

As far as I can tell the only missing now is the availability (online vs in store)

Everything else can be done threw the feed or directly in your Google account

14 Jul 2011, 2:08 AM
#2837
kashyyyk avatar

kashyyyk

New Zenner

Join Date:
Feb 2009
Posts:
46
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I'm using v1.3.9h and just upgraded to google feed 1.10.1

I have a couple issues.

My feed registered with google is products.xml, now my feed being created is products_en.xml how do I remove that _en I don't want to create a new feed because this new one isn't creating all my products.

I have UPC installed but my feeds are not creating the UPC needed. I have it set to true.

In the configuration, when I update all my info I'm having a problem with Shipping Country, when I click on it, the Title Value Action headers fill the whole page, the area where I would edit is gone. All the other entries are fine.

I just checked my debug and I'm getting
[14-Jul-2011 02:16:54] PHP Fatal error: Call to undefined function google_cfg_pull_down_country_list() in /configuration.php(179) : eval()'d code on line 1

In the feed
g:shipping> <g:service>USPS Parcel</g:service> <g: price>0</g: price></g:shipping>

why is the price ** 0**?

Dan

14 Jul 2011, 8:33 AM
#2838
mikebackhouse avatar

mikebackhouse

New Zenner

Join Date:
Jan 2008
Posts:
37
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Hi All, did anyone else get an email from google today? (I'm in the UK) reads as follows:

Thank you for participating in Google Product Search. We are contacting you to inform you about important changes that we are making to our Product Search required attributes and Programme Policies. All merchants will be affected by these changes.

We are now requiring a new set of basic required attributes, as well as attributes which are required for certain product categories and target countries. Please read the new Feed Specification carefully to determine how your data feed will need to change at http://www.google.com/support/merchants/bin/answer.py?answer=188494&expand=GB

You can find a summary of the new requirements in table form at http://www.google.com/support/merchants/bin/answer.py?answer=1344057

Starting 22 September, accounts that do not comply with the new requirements will be suspended. For more information about how we will enforce the new policies, visit this Help Centre article http://www.google.com/support/merchants/bin/answer.py?answer=188484

Please update your account settings or data feeds as soon as possible to ensure that you are complying with these new requirements by the dates specified above. For more information about these changes, please visit our Google Merchant blog at http://googlemerchantblog.##########################/2011/07/important-changes-to-google-product.html.

So obviously my question is.. could someone either update the feeder, or nudge us in the right direction to update it ourselves?

Thanks! :smile:

14 Jul 2011, 9:30 AM
#2839
limelites avatar

limelites

Totally Zenned

Join Date:
Jan 2009
Posts:
2,085
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Any more info on the updates required to Google to prevent account being suspended? I've looked at the tags i ntheir new requirements and I don't see an [ID] tag in mines, or [google product category] or [url] or [additional image link].... that's just at a first glance.

14 Jul 2011, 11:27 AM
#2840
delia avatar

delia

Totally Zenned

Join Date:
May 2006
Location:
Gardiner, Maine
Posts:
2,383
Plugin Contributions:
7

Re: Google Base Feeder Support Thread [OLD]

Looks to me like everything has been taken care in the mod itself. Some of those changes require settings work at google and don't need to be included in the mod.

I've gone thru the documentation they have just released and it looks like Numinix has done a thorough job for what is needed at the moment.

Part of what has not been required yet is for the Apparel, Software and Media categories. Do be aware that is not yet required but is requested and is not yet included in this mod. That would require major coding work to include as it adds google product category matching. Look forward to the future - if they start requiring it, the whole world will be in trouble!

Here is the actual announcement with links to details:

http://base-forum-announcements.##########################/2011/07/weve-made-changes-to-google-product.html

Since the mod comes with no real documentation for use, it is confusing for sure. But quit with the questions about whether this has been updated - this has been discussed over and over in this thread.

IT IS READY FOR THE SEPTEMBER CHANGES.

After it goes into effect, do report problems here if any arise.