condorknight Posted June 9, 2009 Posted June 9, 2009 HI I am having a problem installing the free shipping with minimum amount and I keep on getting this code: URL: /catalog/admin/edit_orders.php?oID=15 Fatal error: Call to undefined function: tep_get_products_special_price() in /catalog/includes/modules/shipping/freeamount.php on line 74 Any help would be great fully appreciated. Thanks Quote
♥geoffreywalton Posted June 9, 2009 Posted June 9, 2009 Either the installation instructions are wrong or ytou did not follow them rexactly. The code is looking for a function called tep_get_products_special_price() Check it is in the files you added/edited, normally it will be in a file in /includes/functions Quote Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
condorknight Posted June 13, 2009 Author Posted June 13, 2009 I will try that out and get back to you And Thank you Quote
condorknight Posted June 18, 2009 Author Posted June 18, 2009 I tried what you said but I got another question: how does the general.php file get called or included in the free shipping mod. Quote
condorknight Posted June 23, 2009 Author Posted June 23, 2009 Still getting the same problem Any help would be great Thanks Quote
Peper Posted August 23, 2010 Posted August 23, 2010 I installed the free shipping mod and with order editor got error: Fatal error: Call to undefined function: tep_get_products_special_price() in includes/modules/shipping/freeamount.php on line 74 This fix is from another post after hours of searching Open: admin/includes/functions/general.php Add: function tep_get_products_special_price($product_id) { $product_query = tep_db_query("select specials_new_products_price from " . TABLE_SPECIALS . " where products_id = '" . (int)$product_id . "' and status"); $product = tep_db_fetch_array($product_query); return $product['specials_new_products_price']; } Quote Getting the Phoenix off the ground
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.