Insight Posted March 21, 2003 Share Posted March 21, 2003 i have installed thedownloac controller and all is well untill you try to check out. you then rerceve this message. Fatal error: Call to undefined function: tep_get_configuration_key_value() in /home/nova/public_html/catalog/checkout_shipping.php on line 18 if you know how to fix this please let me know. also this is what is at like 19 and around it.. // BOF: WebMakers.com Added: Downloads Controller - Free Shipping // Reset $shipping if free shipping is on and weight is not 0 if (tep_get_configuration_key_value('MODULE_SHIPPING_FREESHIPPER_STATUS') and $cart->show_weight()!=0) { tep_session_unregister('shipping'); } // EOF: WebMakers.com Added: Downloads Controller - Free Shipping Quote Link to comment Share on other sites More sharing options...
Ajeh Posted March 21, 2003 Share Posted March 21, 2003 Check the README.txt file. Sounds like you do not have a function file being loaded. The function is located in the /includes/functions/downloads_controller.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.