Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bank Transfer Payment installation


Dannefaerd

Recommended Posts

Posted

I've done a search, but can't spot this particular issue.

 

I've just installed the Bank Transfer Payment module. Now it appears fine in the Admin panel - and I can amend the details to my own bank account .... but it does not appear in the Catalog when I try to do a "trial" sale to test it.

 

As this is the first module I've tried installing post the initial install am I missing something obvious that I should be doing?

 

Welcome any comments.

Martin[/url]

Posted

You are not alone. I too have the same problem.

 

I had it once before and there was a simple remedy. Something about changing the file name.

 

I'm searching the forums for the answer as I'm sure it was posted here or on the Authors website.

 

If I find the answer, I will post it here

Posted

I still want to know how how I'm suppossed to implement - Direct Deposit/transferit - in my admin area, I dont have the option to add new payment modules - so I could only guess It would need to be coded in, I would like to know how to do this. if anyone has done this before or aleast know how I would go about it.

Posted

I finally have the solution, have spent a whole bunch of time on it today. Searched the Dutch site for it, but it's got shit on any subject, so I'll use this international forum from now on.

 

Anywayz, the solution to the payment method not showing up on checkout.

 

I downloaded the banktransfer contribution from the osCommerce.com website. In the /includes/modules/payment/ folder the banktransfer.php file contained these lines:

 

   function selection() {

     return false;

   }

 

I changed this to:

 

   function selection() {

     return array('id' => $this->code,

                  'module' => $this->title);

   }

 

I recon this solution will do in your cases as well. :D

Posted

Thanks for this!

 

It now shows up in the payment method section. However it does not show the bank details.

 

PS: Sorry I didn't answer earlier, away for a couple of days.

 

ChrisM

Posted

Try this - I have got it to work successfully in my store, minor altercations.

 

just replace the two files in your store with the 2 included in this download - .zip

 

Make a back-up of the ones you are using now before replacing them.

 

Bank Transfer Contribution

Posted
Thanks for this!

 

It now shows up in the payment method section. However it does not show the bank details.

 

PS: Sorry I didn't answer earlier, away for a couple of days.

 

ChrisM

 

yar... i ahv the same problem also.

 

any solution? now i can select but the payment info just doesnt show !!

Posted

SnowTech have just (29/11) released Version 1.2 of the AusBank Transfer Payment.

 

I have installed it and it works.

 

Your bank details do not show up in the check out process until 2-3 steps through the process.

 

Once confirmed you (your sales dept.) will receive an email confirming the order and your customer will also receive the order email including your bank deposit details.

 

ChrisM

Posted

Yes - the new 29/11 Snowtech one does work and its gotta be the easiest add on there is! That's right it doesn't show until near the end.

 

Good luck!

  • 2 months later...
Posted
I've done a search, but can't spot this particular issue.

 

I've just installed the Bank Transfer Payment module. Now it appears fine in the Admin panel - and I can amend the details to my own bank account .... but it does not appear in the Catalog when I try to do a "trial" sale to test it.

 

As this is the first module I've tried installing post the initial install am I missing something obvious that I should be doing?

 

Welcome any comments.

Martin[/url]

 

It took me about 30 minutes to figure this one out after I sat and grep'd variables and the directory structure to death...

 

http://www.oscommerce.com/community/contributions,926

 

This will work in the latest post-November snapshots. Working presently on the January 23rd snapshot.

 

Thomas Keats

A signature is something that reflects its user. - The dictionary

 

The question is not, 'to code, or not to code'

the question is, 'if we do not code, are we really alive?'

-- anonymous

  • 1 month later...
Posted

Any US bank transfer mod that works with M1?

Posted

What exactly do you mean by 'M1' ?

 

Thomas

 

StormPay, the paypal alternative.

A signature is something that reflects its user. - The dictionary

 

The question is not, 'to code, or not to code'

the question is, 'if we do not code, are we really alive?'

-- anonymous

  • 1 year later...
Posted
SnowTech have just (29/11) released Version 1.2 of the AusBank Transfer Payment.

 

I have installed it and it works.

 

Your bank details do not show up in the check out process until 2-3 steps through the process.

 

Once confirmed you (your sales dept.) will receive an email confirming the order and your customer will also receive the order email including your bank deposit details.

 

ChrisM

Hi,

 

Can you tell me how I can get the code for Australian Bank Transfers? I'm a real newbie and I have been offered help to install it I just need the code.

 

Many many thanks

klrvan

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...