http://zen-cart.spb.ru/freedownload....gleFroogle.zip
The only way I got it to unzip was to right click and save the file locally. Then unzip.
Printable View
http://zen-cart.spb.ru/freedownload....gleFroogle.zip
The only way I got it to unzip was to right click and save the file locally. Then unzip.
Did you get "Page Cannot Be Displayed" when you clicked on it?
I tried right clicking and 'save target as'... but nothing happened.
The link you pasted is incomplete. Right click on the link I provided and click save target as.
TLC try this one
http://zen-cart.spb.ru/index.php?mai...d=15&chapter=0
Stefan
the download seems to be the release from August 18th, if the readme file is correct
I thought latest release was Sept. 8th?
I finally got the file to download this morning, but this one also has
"Google Froogle Feeder Version Date ============== v 1.2.5 16.08.2006 19:42"
Is this the right one?
thats the one I am currently running.. seems to work fine for meQuote:
Originally Posted by TLC
why is it, that google still has users going to froogle for products, however my uploads are now in base.google.com, they dont show up on froogle.google at all.
anyone else experiancing this? It kinda sucks that i cant upload to froogle anymore.
my upload server is uploads.google.com, shows up in froogle just fine. try changing it to that. to view my products i have to log into google baseQuote:
Originally Posted by wickedklown
I have zen cart version 1.3 and the feeder is not working. I keep getting this error when generating a file:
: SQL error Unknown column 'p.manufacturers_id' in 'on clause'| sql = SELECT concat( 'http://trinorthlighting.com/Store/index.php?main_page=',pt.type_handler,'_info¤cy=USD&products_id=' ,p.products_id) AS product_url, p.products_model AS prodModel, p.products_weight, p.products_type, m.manufacturers_name AS mfgName, m.manufacturers_id, p.products_id AS id, pd.products_name AS name, pd.products_description AS description, p.products_status AS prodStatus, FORMAT( IFNULL(s.specials_new_products_price, p.products_price),2) AS price, p.products_image AS image_url, pc.categories_id AS prodCatID, c.parent_id AS catParentID, cd.categories_name AS catName FROM zen_categories c, zen_categories_description cd, zen_products p, zen_products_description pd, zen_products_to_categories pc left join zen_manufacturers m on ( m.manufacturers_id = p.manufacturers_id ) left join zen_specials s on ( s.products_id = p.products_id AND ( (s.expires_date > CURRENT_DATE) OR (s.expires_date = 0) ) ) left join zen_product_types pt on p.products_type = pt.type_id WHERE p.products_price > 0 AND p.products_id=pd.products_id AND p.products_id=pc.products_id AND pc.categories_id=c.categories_id AND c.categories_id=cd.categories_id ORDER BY p.products_id ASC