sauer1 Posted March 27, 2008 Posted March 27, 2008 Hi, I am a new osCommerce user. I installed the following contribution: Download_Controllerv5.3b_MS2.2_2 Now I get the following error when trying to check out at the shopping cart: Fatal error: Call to undefined function: tep_get_configuration_key_value() in /home/content/s/a/u/sauer1/html/catalog/checkout_shipping.php on line 19 below is the code added to catalog/checkout_shipping.php line 17 // BOF: WebMakers.com Added: Downloads Controller - Free Shipping line 18 // Reset $shipping if free shipping is on and weight is not 0 line 19 if (tep_get_configuration_key_value('MODULE_SHIPPING_FREESHIPPER_STATUS') and $cart->show_weight()!=0) { line 20 tep_session_unregister('shipping'); line 21 } line 22 // EOF: WebMakers.com Added: Downloads Controller - Free Shipping I have searched the Forums and other areas to find some help with this, but if it has already been discussed, I can not find it. Any help and or suggestions will be appreciated. George
Recommended Posts
Archived
This topic is now archived and is closed to further replies.