Hi thanks for the info I've moved the site back to it's original folder and it's working fine, I moved it cause I've rebuilt my site on zencart 1.5 but as not all the mods I use have been upgraded I can't go live with it any way.
Printable View
has anyone tried this on zencart 1.5 or is a compatible mod due .
cheers
It there an update in the works for the latest Zen Cart version? Or is there another plug in that works with 1.50?
You'll have to ask Numinix if there's an update in the works. I assume there is, but they'll need to answer that. No, there isn't another plugin. There are a couple commercial options out there, but reports have been mixed about their reliability and compatibility.
I have around 50K products. I used the old Google Froogle mod with no problems. Of course, all of Google's changes last year killed my feed so I'm just getting started with the new one.
I am now on a VPS with 2 GB of memory. I editeds teh PHP config to increase php mem limit to 1 gb and max execution to 5 minutes (6000 seconds). I deleted the settings in the zen admin (blank = no limit). And still, it runs for a minute and then goes to page not found.
I just tried running in batches of 7000 products with different starting points. I generated the files and I just registered and uploaded them. One is a 4 GB file that Google says "234 of 235 products inserted".
What could this problem be? The instructions talk about increasing execution time in the config files but it doesn't say how to do it. It looks like the php file is designed to pick up the values in the database (from the admin).
If your script is timing out, edit the configurable area of /googlefroogle.php and increase the values as appropriate.
If you are seeing constants in the ADMIN->CONFIGURATION or ADMIN->TOOLS (i.e. BOX_GOOGLEFROOGLE), then you are missing a definitions file.
If the FTP function is timing out, as indicated by a timeout error, increase the timeout length in admin->googlefroogle.php near the beginning of the file.
Anyone have an idea what's wrong here?
V1.12.0
My site links to external images. The XML created by the feeder is not formatting the URL correctly. Any ideas? This is what it looks like.
<g:image_link>http://www.simpsoncycles.com/images/http%3A//i102.photobucket.com/albums/m111/simpson_cycles/SUZUKI/G7-14_04/DSCN1197.jpg</g:image_link>
Where is the %3A coming from?
%3A is the URL encoding for a collon (:) ..
this link may help you .. http://www.php.net/manual/en/functio...ity-decode.php
Quotes in Product Descriptions.
We have 3,000 product descriptions that contain more than one " (quote) in them and this stops the data feed from completing. Is there fix for this or a work around? Removing all the quotes is a real pain.