I just find Google Merchant Center today, it seems people can upload their products to Google Base, I was wondering how to make "Data feeds" for my zen cart shop ?? is there any way my website submit my products to Google Base directly ??
Thanks !!
I just find Google Merchant Center today, it seems people can upload their products to Google Base, I was wondering how to make "Data feeds" for my zen cart shop ?? is there any way my website submit my products to Google Base directly ??
Thanks !!
You can use Google Base (Froogle) Feeder Add On. I have it up and running. Seems to work just fine.
Hi
Currently I'm using zencrat1.3.9h verson with about 90 products in my catelog. I've also installed the Ceon URI Mapping (SEO) plugin. Everything going good till now. Finally I've installed the Google Merchant Center Feeder(google_base_froogle_feeder_1-9-0).
now I'm facing the issue. Whenever I goo inside Tools >> Google Merchant Center Feeder inside the admin and click confirm for creating the Product feed type, a popup window comes up and displaying my home page with the URL (http://mywebUrl.com/mystore/googlefr...key=544b32e9e0)
Even I've excluded all file's path of Google merchant center feeder inside the Ceon URI Mapping.
contents of my .htaccess file is as follows:
RewriteEngine On
# ONLY rewrite URIs beginning with /zen139h/
RewriteCond %{REQUEST_URI} ^/zen139h/ [NC]
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
#RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} \.(html|htm|php)$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/zen139h/new-admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/zen139h/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]
Pls help me to resolve this issue.
I have installed the latest module on zencart install 1.3.9h
i can see config>google merchant center admin settings
Google Merchant Center PASV - true
Google Merchant Center Server - uploads.google.com
Google Merchant Center FTP Username - vdupload
Google Merchant Center FTP Password - removed
Now when i go to use the module under tools>google merchant center feeder im shown this error
Warning: opendir(/home/sites/vivanco-direct.com/public_html/GOOGLE_FROOGLE_DIRECTORY) [function.opendir]: failed to open dir: No such file or directory in /home/sites/vivanco-direct.com/public_html/admin1/googlefroogle.php on line 185
and when selecting confirm button pop up shows white screen with no information and no file is generated ?
any help will be appreciated !
thanks !!