MX5 Posted March 10, 2009 Share Posted March 10, 2009 HiJust 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 weightThe item is missing a required attribute. help description 3380You provide nothing for the attribute. help description: 3826and got this reply:i get near what google-base gets --that feed file is rather broken with respect tomissing 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 More sharing options...
jhnstcks Posted March 10, 2009 Share Posted March 10, 2009 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 More sharing options...
MX5 Posted March 10, 2009 Author Share Posted March 10, 2009 Thanks jhnstcks but where will I find the tpl file?Im still wearing my 'L' plates with all this :-( Link to comment Share on other sites More sharing options...
jhnstcks Posted March 10, 2009 Share Posted March 10, 2009 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 More sharing options...
MX5 Posted March 10, 2009 Author Share Posted March 10, 2009 Excellent!Thanks for your help.Changes made. :-) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now