chamtech Posted April 10, 2008 Posted April 10, 2008 Hi, After installing a code to take care of the flat rates, now the admin does not allow me to select a payment, shipping, or order_total options to install>
FIMBLE Posted April 10, 2008 Posted April 10, 2008 /you could uninstall it and try again Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
chamtech Posted April 10, 2008 Author Posted April 10, 2008 I am not even sure if that caused the options not to appear on the screen. You see, I also enabled SSL on my site and maybe on modules.php I have messed up something that causes these options not to display. Part of the modules.php require('includes/application_top.php'); $set = (isset($HTTP_GET_VARS['set']) ? $HTTP_GET_VARS['set'] : ''); if (tep_not_null($set)) { switch ($set) { case 'shipping': $module_type = 'shipping'; $module_directory = DIR_FS_CATALOG_MODULES . 'shipping/'; $module_key = 'MODULE_SHIPPING_INSTALLED'; define('HEADING_TITLE', HEADING_TITLE_MODULES_SHIPPING); break; case 'ordertotal': $module_type = 'order_total'; $module_directory = DIR_FS_CATALOG_MODULES . 'order_total/'; $module_key = 'MODULE_ORDER_TOTAL_INSTALLED'; define('HEADING_TITLE', HEADING_TITLE_MODULES_ORDER_TOTAL); break; case 'payment': default: $module_type = 'payment'; $module_directory = DIR_FS_CATALOG_MODULES . 'payment/'; $module_key = 'MODULE_PAYMENT_INSTALLED'; define('HEADING_TITLE', HEADING_TITLE_MODULES_PAYMENT); break; } } Apperantly the value of the set is NULL and none of these options are getting displayed. Your thoughts
chamtech Posted April 10, 2008 Author Posted April 10, 2008 Can some one direct me to find out where to look for and solve this issue I have with payment, shipping, and order_total not showing on my admin pages. Thanks in advance
Recommended Posts
Archived
This topic is now archived and is closed to further replies.