TonyRobbo,
There's a bit of unexpected code (ie. mangle-ness) in the database insert in includes/modules/shipping/specialdelivery.php.
Remove the section on line 169:
PHP Code:
sort_ofiguration_value, configuration_description, configuration_group_id,
So that line 169 looks like:
PHP Code:
$db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Enable Zones Method', 'MODULE_SHIPPING_SPECIALDELIVERY_STATUS', 'True', 'You must enable Zone shipping for this module to work', '6', '0', 'zen_cfg_select_option(array(\'True\', \'False\'), ', now())");
Yes, '2nd class large letter' does seem to be displaying instead of 'special delivery, next day'. No worries, I'm sure it'll be perfect when it's done
Bookmarks