dolalu Posted July 2, 2004 Posted July 2, 2004 Hi, Im trying to install fastpay and when i get to set it live in admin i get the following error: Fatal error: Call to undefined function: tep_get_free_charger() in /cart/includes/modules/payment/fastpay.php on line 24 The affected part of the file is: if ( tep_get_free_charger($this->code) ) { $this->enabled = ((MODULE_PAYMENT_fastpay_STATUS == 'True') ? true : false); } // EOF: WebMakers.com Added: Free Payments and Shipping if ((int)MODULE_PAYMENT_fastpay_ORDER_STATUS_ID > 0) { $this->order_status = MODULE_PAYMENT_fastpay_ORDER_STATUS_ID; } if (is_object($order)) $this->update_status(); Anybody??Any ideas?? Cheers, Luke Quote
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.