Re: Google Base Feeder Support Thread
Hi
I put it in my words (simple ones) from what i know it publish your product on google, ( mine their ) and also update your product on Auto, after you set it up
Realy cool mod , a must to have one
Good Luck
In regard to your Flash banner, I have no idea , try the search , it dose have lots of info
Re: Google Base Feeder Support Thread
I messed up the folder heirarchy in v1.4.5, I'm going to test on a clean installation of Zen Cart now and fix the folders. I'll release 1.4.6 in the next little while.
Re: Google Base Feeder Support Thread
I installed 1.4.5 and all went well. Ran SQL and no errors, but when I try to generate the feed file I'm getting the following error:
1054 Unknown column 'p.products_upc' in 'field list'
Should I run the Uninstall SQL? That step wasn't in the Readme file.
Re: Google Base Feeder Support Thread
Ohh God
I feel much better knowing i was not annoying for nothing:smile:
P,S what should i do whan i get the 1.4.6 , should i delete the 1.4.5 or overide it?
Thank you Numinix
Re: Google Base Feeder Support Thread
They are should just be an overwrite unless other mods use those files as well.
Re: Google Base Feeder Support Thread
v1.4.6 GOOGLE BASE FEEDER
- Fixed folder heirarchy;
- Added missing ";" in SQL;
- Fixed issue regarding viewing feed file folder;
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
numinix
Replace admin->includes->modules->product->collect_info.php with the one in v1.4.5.
I've already tried that and it's not worked. I think an error exists in admin>includes>modules>update_product.php.
Version 1.4.6 (installed today) has not solved the problem. :(
Any other ideas?
Re: Google Base Feeder Support Thread
I have worked around this issue by commenting out the following lines (43-48) in admin>includes>modules>update_product.php.
Code:
'products_weight_type' => $products_weight_type,
'products_dim_type' => $products_dim_type,
'products_length' => (float)zen_db_prepare_input($_POST['products_length']),
'products_width' => (float)zen_db_prepare_input($_POST['products_width']),
'products_height' => (float)zen_db_prepare_input($_POST['products_height']),
'products_ready_to_ship' => (int)zen_db_prepare_input($_POST['products_ready_to_ship']),
It worked for me! :)
Re: Google Base Feeder Support Thread
Hi
Yeaaaaaa it is working
I now will try to do the update on my live store
Thank you
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
Alex Clarke
I have worked around this issue by commenting out the following lines (43-48) in
admin>includes>modules>update_product.php.
Code:
'products_weight_type' => $products_weight_type,
'products_dim_type' => $products_dim_type,
'products_length' => (float)zen_db_prepare_input($_POST['products_length']),
'products_width' => (float)zen_db_prepare_input($_POST['products_width']),
'products_height' => (float)zen_db_prepare_input($_POST['products_height']),
'products_ready_to_ship' => (int)zen_db_prepare_input($_POST['products_ready_to_ship']),
It worked for me! :)
You are correct. This is more Canada Post code that I missed. I'm issuing 1.4.7 now to cover this mistake. You won't need to download it but everyone who doesn't use Canada Post should.