
Originally Posted by
satello
my error was casued buy the Third Party Inventory Plugin defaulting on the numinix option at every save, and they send me a sql patch to make the dropdown to a radio button with NONE selected. now feeded works flawless. here is the patch for those who need it.
UPDATE configuration SET set_function = 'zen_cfg_select_option(array(\'none\', \'stockbyattributes\', \'numinixproductvariants\'),' WHERE configuration_key = 'GOOGLE_PRODUCTS_SWITCH_STOCK_PLUGIN' LIMIT 1;
UPDATE configuration SET configuration_value = '1.14.5' WHERE configuration_key = 'GOOGLE_PRODUCTS_VERSION' LIMIT 1;
thanks numinix!!
Bookmarks