Andrew,
I would like to firstly thank you for all your hard work on this and your other contributions - it really is appreciated.
I have tried to install your contribution and firstly got an error in the SQL. Just for information, the error was a bracket at the beginning of the last line of the patch:
NULL, 'Use cPath in url', 'GOOGLE_FROOGLE_USE_CPATH', 'false', 'Use cPath in product info url', @t4, 20, NULL, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');
I simply added the braket at the beginning of the line and the statement was successfully processed.
(NULL, 'Use cPath in url', 'GOOGLE_FROOGLE_USE_CPATH', 'false', 'Use cPath in product info url', @t4, 20, NULL, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');
I then tried to set the perameters in admin and got the following errors when I clicked on both the change currency option:
Fatal error: Call to undefined function: zen_cfg_pull_down_currencies() in /htdocs/admin/configuration.php(192) : eval()'d code on line 1
and the feed language option:
Fatal error: Call to undefined function: zen_cfg_pull_down_languages_list() in /htdocs/admin/configuration.php(192) : eval()'d code on line 1
Have I done something wrong and will it effect the operation of the mod?
Many thanks again.
H