I bought a mod to send a data feed to yahoo product submit. It comes with an sql patch that says:
Review file `zencart_yahoo_export.sql`included into this release: you may have to change prefix for store tables.
Then execute those SQL instrutions (you can use such tool like phpMyAdmin to do this).
Being an ignoramus i'm not sure what this is telling me to do. Here is part of the first entry of the sql patch:
/* YAHOO SQL */ INSERT INTO zen_configuration( configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function )
VALUES (
NULL , 'Export Delimeter', 'M1_YAHOO_EXPORT_DELIMITER', 'tab', 'Export Delimeter', 6, 1, NULL , '0000-00-00 00:00:00', NULL , NULL
);
Am I correct in thinking that zen_configuration is the table header? I see no table named that in PhpMyAdmin. Should I create a table for this?
Any thoughts would be appreciated.
Thanks,
Jason



