Jump to content

Google Base Errors


Recommended Posts

Hi

Just posted this query on the Google Help Forum:

I submitted my data feed to Google BAse & out of the 566 items, only 11 were inserted.
I got lots of errors relating to 'attributes'
Not sure what to do here, can anyone help??
Examples of error messages:
Error Bad Data Line#
We recommend including this attribute. help weight
The item is missing a required attribute. help description 3380
You provide nothing for the attribute. help description: 3826

and got this reply:

i get near what google-base gets --
that feed file is rather broken with respect to
missing description and unique id attributes.

Can anyone who has managed to install Google Base on their Presta store help please?

Link to comment
Share on other sites

Looks like your missing the description for your products, as the googlebase modulde from ecart uses the short descriptions and not the long ones.

You need to edit the tpl file, find the section that refers to description_short and removed the _short bit, then create the feed again and upload.

Link to comment
Share on other sites

Sorry its a .php file not tpl file and it should in your modules>googlebase folder and the file is called googlebase.php.

You need to find the followjng line

                $this->_addToFeed("".stripslashes(htmlspecialchars($Product['description_short']))."\n");



and change it to

                $this->_addToFeed("".stripslashes(htmlspecialchars($Product['description']))."\n");

Link to comment
Share on other sites

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...