
Originally Posted by
feef
I've just installed google base feeder and got it working, to some extent...
The output from the cron shows everything seems to work as expected, with no errors, except that it only parses 23 products.
The 23 products it does parse, I can see in the google merchant system fine, but why isn't it doing the entire catalogue.
I can't find any reference to a threshold anywhere.
Any ideas?
tia
a
Is your script timing out or does it create all your product in the XML file.
If your script is timing out, in the root of your server (not store root), create/open a file called php.ini and add the following lines:
max_execution_time = 300
max_input_time = 90
memory_limit = 32M
If it is not creating all your products try this.
http://www.zen-cart.com/forum/showpo...postcount=2330
Bookmarks