Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted

:) 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.

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...