Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
adnanrana
This can be done by changing line 330 in file STORE_ROOT\googlefroogle.php from:
PHP Code:
$content["description"] = '<description>' . $google_base->google_base_xml_sanitizer($products_description, true) . '</description>';
to
PHP Code:
$content["description"] = 'FREE DELIVERY! ' . '<description>' . $google_base->google_base_xml_sanitizer($products_description, true) . '</description>';
Adnan Rana
PC Point Ltd
Sorry, just tested the above and it doesn't work.
Edit STORE_ROOT\googlefroogle.php, and change the line 161 from:
PHP Code:
$products_description = $products->fields['products_description'];
to:
PHP Code:
$products_description = 'FREE DELIVERY. ' . $products->fields['products_description'];
Adnan Rana
PC Point Ltd
Re: Google Base Feeder Support Thread
If anyone has successfully got this working and Google is displaying your sitelinks, AND you have time to setup for my site, please shoot me a PM and a quote to do it. I just don' have any time to spend working on it and would rather hire someone to do it.
P.S. And, will it work with version 1.3.9c, without a re-install??
Re: Google Base Feeder Support Thread
Hi, I recently upgraded to the latest Google Base Feeder. When I uploaded the generated feed to Google, there was this XML formatting error. Please help. Thanks.
Our system encountered an error when processing your data feed.
Learn more.
Examples:
Examples:
Line Nr. Column Nr.
14 78
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
dealbyethan.com
Hi, I recently upgraded to the latest Google Base Feeder. When I uploaded the generated feed to Google, there was this XML formatting error. Please help. Thanks.
Our system encountered an error when processing your data feed.
Learn more.
Examples:
Examples:
Line Nr. Column Nr.
14 78
That sounds like the error I got when I was using the old version. Numinix just recently(within 2 weeks) released a new version on their website that corrects that problem. The only thing I had to do was edit the googlefroogle.php file line 111 to say "encoding=UTF-16" and everything worked fine.
Re: Google Base Feeder Support Thread
Yes, the problem is fixed after upgrading to the latest version. Thanks.
Re: Google Base Feeder Support Thread
what is the max amount of items that can be displayed via rss feed , atm the max it will do is 250 , we have 2000+ parts in the store , how do i get all items in the feed , i ahve increased the items in the rss feed to 250 , anything after that stalls the script , and does not show ,
http://www.ultracheapauto.com.au/ind...roducts&cPath=
http://www.ultracheapauto.com.au
Re: Google Base Feeder Support Thread
Hi There,
I have installed this mod and everything is working fine and i have uploaded 600 products onto google base and has approved it.
But i cannot seem to find my products on google shopping site as on the dash board it does state that my products are searchable... any advice please?
Re: Google Base Feeder Support Thread
Ok, I've installed the latest mod (in fact, i completely uninstalled the old one and installed the newest just to be sure).
It's still only pulling 3 products from the store (out of 1073). Are there specific store settings, or product descriptions, or something else that would cause this?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
kevinme
Hi There,
I have installed this mod and everything is working fine and i have uploaded 600 products onto google base and has approved it.
But i cannot seem to find my products on google shopping site as on the dash board it does state that my products are searchable... any advice please?
It actually took mine a few days to 'appear' in searches and then they were way down the list as they were new(something about 'relative importance' and aparrently new items aren't relatively important I guess):cool: But keep checking and try doing some specific searches for your specific items(gold bracelet 24k 11 inches) or something like that and see what happens. But hang in there, they'll appear.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
jackie.taferner
Ok, I've installed the latest mod (in fact, i completely uninstalled the old one and installed the newest just to be sure).
It's still only pulling 3 products from the store (out of 1073). Are there specific store settings, or product descriptions, or something else that would cause this?
well.... it's all pretty grey to me, but, I do know that product descriptions have to be a certain length and prices have to be valid(and a positive number), for example "call for price" shows up as a price of zero(0.00) and is ignored by the googlefroogle application. I have several large items that fall victim to that on my site. Also, check your setup and make sure you're not offsetting the start of your item list(skipping the first 'X' items)... That's all I can really think of. Wish I could offer more advice.
:blink: