Re: Google Merchant Center Feeder for ZC v1.5.x
I forgot to say that the encoding problems are on accented words.
Thanks
Re: Google Merchant Center Feeder for ZC v1.5.x
Why I've always free shipping? In my zencart I use zones as shipping, but google merchant feeder show shipping cost =0
Re: Google Merchant Center Feeder for ZC v1.5.x
Please go to admin - configuration - Google Merchants Configuration and set up the shipping cost.
Quote:
Originally Posted by
100asa
Why I've always free shipping? In my zencart I use zones as shipping, but google merchant feeder show shipping cost =0
Re: Google Merchant Center Feeder for ZC v1.5.x
Quote:
Originally Posted by
cvhainb
Please go to admin - configuration - Google Merchants Configuration and set up the shipping cost.
I can see only:
shipping option (I don't know what it is)
Tax on Shipping
Select Shipping Method
Shipping Country
Shipping Region
Shipping Service
and no more
Re: Google Merchant Center Feeder for ZC v1.5.x
Quote:
Originally Posted by
NathanielB
Hi, I'm trying to install the latest copy of this from numunux website but when I do the database all I keep getting is "WARNING: An Error occurred, please refresh the page and try again."
Code:
INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
(NULL, 'Third Party Inventory Plugin', 'GOOGLE_PRODUCTS_SWITCH_STOCK_PLUGIN', 'none', 'Does your system use a third party plugin for managing variant/attribute inventory? Select the plugin used or leave as \'none\' for default action:', " . $configuration_group_id . ", 560, NOW(), NULL, 'zen_cfg_select_drop_down(array(array(\'id\' => \'none\', \'text\' => \'none\'), array(\'id\' => \'stockbyattributes\', \'text\' => \'Stock By Attributes\'), array(\'id\' => \'numinixproductvariants\', \'text\' => \'Numinix Product Variants\')),');
Please can someone help me to get this working?
Your post is a bit dated, but I just wanted to add my observations..
I downloaded and installed v.1.14.1 from numinix site. The install sql in the 1.14.1 package was the exact same install sql from the older 1.13.
So to update I downloaded the 1.14.0 mod and ran just the 1.14.0 update sql you posted above, and received the same error.
I haven't investigate the sql code it as I won't be installing stock by attributes or similar, at least not yet. For now I will be manually "massaging" (editing) my feed xml until I'm happy with the format, then revisit stock by attributes and the patch issue. Or maybe someone has already solved the issue and I missed seeing it in this thread.
I then ran the 1.41.1 update sql without issues. If i do decide
Re: Google Merchant Center Feeder for ZC v1.5.x
Quote:
Originally Posted by
AivarasTR
I'm frustrated, I can't seem even to install this addon.
I followed instructions on readme file(changing UTF-8 characters and stuff). But I don't understand few steps like:
"CHMOD feed and sub-directories 777 or sufficient write permissions" What do I need to do here?
Also "Go to Admin->Configuration->Google Merchant Center Configuration and setup all parameters"
I don't have Google Merchant Centre tab in my configuration list.. I placed all the files and installed sql patch... but I can't see any Merchant Center configuration..
Try "Tools>admin setting>check all options>update save" you should find that on "configuration" and "Tools"
Re: Google Merchant Center Feeder for ZC v1.5.x
Greetings, I was able to install fine and generate the XML.
But XML has encoding error: error on line 31 at column 329: Encoding error
Please help!!!
Line 31: <description><![CDATA[.... <Has Special characters>.... ]></description>
Re: Google Merchant Center Feeder for ZC v1.5.x
You can re-check your charset for this problem.
Quote:
Originally Posted by
dealssteals
Greetings, I was able to install fine and generate the XML.
But XML has encoding error: error on line 31 at column 329: Encoding error
Please help!!!
Line 31: <description><=!=[=C=D=A=T=A=[.... <Has Special characters>.... ]></description>
Re: Google Merchant Center Feeder for ZC v1.5.x
I opened the XML in text editor and was able to see the special characters, Applied 'Convert to ANSI' and the file looked and worked fine after that. Any suggestions how can this be automated??
Quote:
Originally Posted by
cvhainb
You can re-check your charset for this problem.
Re: Google Merchant Center Feeder for ZC v1.5.x
Quote:
Originally Posted by
dealssteals
I opened the XML in text editor and was able to see the special characters, Applied 'Convert to ANSI' and the file looked and worked fine after that. Any suggestions how can this be automated??
I've follow your instruction, but always same error!