Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1
    Join Date
    Dec 2003
    Posts
    56
    Plugin Contributions
    0

    Default Bank Account Transfer payment option

    Is there a way to give the option of paying by bank transfer? I found the module Direct Bank Deposit, but it hasn't been updated in 2 years and it gives a blank page when getting to the Payment step of the Checkout.

    All I really need is to have the option and when the person finishes checkout, he'll be sent an email with the bank account data. Is there something like this already? if not, what would be the simplest way to do it?

  2. #2
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    I have that module installed in a few of my sites including 1.3.8 versions and it works fine. Try installing again, you may have missed something.

  3. #3
    Join Date
    Dec 2003
    Posts
    56
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    Thanks vivaraquel, I may have missed something as you say. I wrote my own solution now, though, and it's working OK, so I won't worry about it. It's better this way cause my client didn't want to send the bank data in the email, rather just an acknowledgement and mention that he'd send the data in a future email. He wants to use different accounts depending on the country the person is in.

  4. #4
    Join Date
    Feb 2007
    Location
    Sacramento, CA
    Posts
    64
    Plugin Contributions
    1

    Default Re: Bank Account Transfer payment option

    Do the Bank Account Transfer modules work for American banks?

    Each of the modules that I've seen seem to work only for Australian banks.

  5. #5
    Join Date
    Dec 2003
    Posts
    56
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    I don't see why not, if you add the bank data and it will be emailed to the customer. You can add the data for a bank anywhere in the world, as far as I know.

  6. #6
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    I agree with Anguz.

    All it does is show your bank details to the customer when they choose to pay via that method. Depending on what details your customers need it should work.

    You will need to enter the banks name, the accounts name, the bsb (not sure what u guys call it but it's the branch number where the account was opened) the account number and a swift code which we don't use in AUS.

    And you can choose which zone will be able to use it. I have mine set for only AUS.

    It doesnt have a lot of files to install so it wont be a pain to uninstall if it's no good.

  7. #7
    Join Date
    Jul 2008
    Location
    Australia
    Posts
    28
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    Quote Originally Posted by vivaraquel View Post
    You will need to enter the banks name, the accounts name, the bsb (not sure what u guys call it but it's the branch number where the account was opened) the account number and a swift code which we don't use in AUS.
    I removed the swift code, just commented it out of the php files and works fine for me in AUS. Also changed the order that is relative to Australia, everyone wants the BSB before the Account Number.

    includes/languages/english/modules/payment/dirbank.php

    Just add // before the swift code lines "\nSwift Code: " . MODULE_PAYMENT_DIRBANK_SWIFT .

    Code looks like this now.

    define('MODULE_PAYMENT_DIRBANK_TEXT_EMAIL_FOOTER',
    "Please use the following details to transfer your total order value:\n\n" .
    "\nBSB Number: " . MODULE_PAYMENT_DIRBANK_BSB .
    "\nAccount No.: " . MODULE_PAYMENT_DIRBANK_ACCNUM .
    "\nAccount Name: " . MODULE_PAYMENT_DIRBANK_ACCNAM .
    "\nBank Name: " . MODULE_PAYMENT_DIRBANK_BANKNAM .
    // "\nSwift Code: " . MODULE_PAYMENT_DIRBANK_SWIFT .
    "\n\nThanks for your order which will ship immediately we receive payment in the above account.\n");

    define('MODULE_PAYMENT_DIRBANK_TEXT_TITLE', 'Direct Bank Deposit');
    define('MODULE_PAYMENT_DIRBANK_TEXT_DESCRIPTION',
    '<BR>Please use the following details to transfer your total order value:<br><pre>' .
    "\nBSB Number: " . MODULE_PAYMENT_DIRBANK_BSB .
    "\nAccount No.: " . MODULE_PAYMENT_DIRBANK_ACCNUM .
    "\nAccount Name: " . MODULE_PAYMENT_DIRBANK_ACCNAM .
    "\nBank Name: " . MODULE_PAYMENT_DIRBANK_BANKNAM .
    // "\nSwift Code: " . MODULE_PAYMENT_DIRBANK_SWIFT .
    '</pre><p>Thanks for your order which will ship immediately we receive payment in the above account.');

  8. #8
    Join Date
    Feb 2007
    Posts
    76
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    I installed this on my site, but it is not showing up in check-out. I thought it would show up on the payment choice page but it does not....what page during check out should it show up on?

  9. #9
    Join Date
    Dec 2003
    Posts
    56
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    Do you have your admin panel set to english or some other language? The contribution only has english strings.

  10. #10
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

    Default Re: Bank Account Transfer payment option

    I just installed this and it works fine but all the account details display in tiny tiny font-size, almost impossible to read. Is it meant to be like that? How can I change it?

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Bank transfer payment option?
    By jas99villa in forum Addon Payment Modules
    Replies: 33
    Last Post: 8 Oct 2011, 04:16 AM
  2. Help with Direct Bank/Bank Wire Payment Option
    By mfreund in forum Addon Payment Modules
    Replies: 2
    Last Post: 6 Oct 2009, 06:00 PM
  3. Direct Credit to bank account payment option
    By caz in forum General Questions
    Replies: 2
    Last Post: 20 Dec 2007, 08:30 AM
  4. Person to Person Internet Bank Transfer Payment Option
    By velvita in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Jun 2007, 11:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg