I believe the file you modified is Tim's Froogle generator file not Andrew's GoogleFroogle which what we are interested in.Quote:
Originally Posted by plowe1
Thanks!
Printable View
I believe the file you modified is Tim's Froogle generator file not Andrew's GoogleFroogle which what we are interested in.Quote:
Originally Posted by plowe1
Thanks!
Thanks for the heads up :) I was able to get my feed to work :)Quote:
Originally Posted by sleepless
hbtrading could you please tell us how?
Stefan
I followed the following instructions:
Any questions, I will be glad to help you.Quote:
Originally Posted by sleepless
do does anyone have a working googlefroogle.php file. I believe this is Andrews contrib. But im not sure... Its the one that thas the link to the merchant center on the right hand side....
Or maybe there is a new one out that is working correctly? if so what one? i downloaded the one from breakmyzencart.com. but i dont wanna have to un-install my current one, since iv grown to love it so much.... but ill do what i have too...SALES ARE DROPING!!!!!
You can have both Tims and Andrew's mod installed at the same time. Originally I was not able to do this. But after some simple tweaking of the SQL patch file for one of the mods (can't recall which one) I was able to make it so one of the mods would not overwrite the other mods db entries, thus allowing both to show up in the Admin Configuration and/or Tools menus at the same time. This may be documented in one of the mods support threads in the Archived Contributions forum.Quote:
Originally Posted by wickedklown
Just to let you all know - Google fixed this problem for us
We sent them a copy of the feed generated and they made a change on their servers to accept our feed without any errors.
THANKS GOOGLE!!!
where's a direct working link to the google froogle by andrew? and is it compatible with the latest zen version 1.3+
Hi everyone,
I had utf-8 problem mentioned and after doing the manual file change mentioned above I tried changing googlefroogle.php.
Even though it's only a small change it seems to have stopped Google server complaining about encoding, try it if you wish.
NOTE; I am using Andrew's google feeder module on two different servers. Only one of the feed files threw errors, it seems to be dependant of php server settings.
On approx lines 55 and 89 the code:
fwrite($fp, $output);
becomes:
fwrite($fp, utf8_encode ($output));
As you can see I have just called a inbuilt php function to encode output in utf-8 when written to file, for documentation of function:
http://au.php.net/manual/en/function.utf8-encode.php
I hope this helps someone.
Rob
Hi
Can anyone pm or email andrews googlefroogle please? How can i get it?
thanks
Z