abselect Posted August 4, 2004 Posted August 4, 2004 First edit /includes/modules/payment/fastpay.php Comment out the if statment and its coresponding bracket this disables checking and forces the fastpay option //if ( tep_get_free_charger($this->code) ) { $this->enabled = ((MODULE_PAYMENT_fastpay_STATUS == 'True') ? true : false); //} comment the following line to switch fastpay back off $this->enabled = ((MODULE_PAYMENT_fastpay_STATUS == 'True') ? true : ie //$this->enabled = ((MODULE_PAYMENT_fastpay_STATUS == 'True') ? true : Now for those ppl who had a problem with fastpay button code, you do not need to paste all the code into line 34 just paste the link to fastpay's website the rest of the code is unnecessary. We willl not be displaying logo's or using form post methods, osCommerse only needs to know where the site is. We are talking afterall about a manual payment method. Quote
Guest Posted August 5, 2004 Posted August 5, 2004 :) As a newbie to osC I have been looking for a solution to solve my FastPay problem. I used the link and the logo and it works a treat. Many thanks. Quote
dolalu Posted August 9, 2004 Posted August 9, 2004 I keep getting parse errors in the following file: includes/modules/payment/fastpay.php any chance of posting it up here seeing as you have it working? what do you put for the url? how does fastpay know the money is intended for you? I have been trying for weeks to get fastpay working, seeing as you have it working i hope you are able to put me out of my misery!! Luke Dolan www.mammamiacards.co.uk 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.