Thread: Bank Transfer

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Bank Transfer

    Ive been looking through the plugins section but would like some independent advice.

    Is there a UK plugin I can use to give customers the option of paying by BACS (Bank Transfer) and are any of you using one you could recommend

    Many thanks in advance

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Bank Transfer

    I think this is the one most commonly used for that: Direct Bank Deposit
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default Re: Bank Transfer

    Quote Originally Posted by DrByte View Post
    I think this is the one most commonly used for that: Direct Bank Deposit
    Cheers mate just downloaded it, will give it a look. TY

  4. #4
    Join Date
    Aug 2014
    Location
    Lisbon
    Posts
    594
    Plugin Contributions
    0

    Default Re: Bank Transfer

    I use that one
    “Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison

  5. #5
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Bank Transfer

    I need this module, but my worry is that it overwrites /includes/classes/order.php. Since this module has not been updated since 2014, I'm worries that it's overwriting an old version of order.php, which might affect functionality on my site. I'm running the latest zencart version 1.1.5d.

    Is overwriting order.php advisable?

    Thanks a lot!

  6. #6
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Bank Transfer

    Do you need just the direct-bank-deposit portion for AU ? For that I think there's a way to skip needing the customized order.php class.

    Or do you also need the modified store-pickup parts? That'll require merging some changes.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Bank Transfer

    Quote Originally Posted by ttfan View Post
    I need this module, but my worry is that it overwrites /includes/classes/order.php. Since this module has not been updated since 2014, I'm worries that it's overwriting an old version of order.php, which might affect functionality on my site. I'm running the latest zencart version 1.1.5d.

    Is overwriting order.php advisable?

    Thanks a lot!
    Simply merge the relevant files using something like Beyond Compare or WinMerge.

    FYG, I have this running on 2 ZC 1.5.5d sites - no issues at all.

    Cheers / Frank

  8. #8
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Bank Transfer

    Quote Originally Posted by frank18 View Post
    Simply merge the relevant files using something like Beyond Compare or WinMerge.

    FYG, I have this running on 2 ZC 1.5.5d sites - no issues at all.

    Cheers / Frank
    Meh, if the changes for store-pickup aren't needed, then the altered orders.php file isn't needed at all for the direct-bank-deposit module, if a small edit is done to the module:

    just add this function into the module:

    Code:
        function after_order_create($order_id) {
          $this->email_footer = sprintf(MODULE_PAYMENT_DIRBANKAUS_TEXT_EMAIL_FOOTER, $order_id);
        }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Bank Transfer

    Thank you! Just adding that function to the file seemed to work, except that in the Email generated it shows the following 2 lines, instead of the required information:
    Send Cheques/Money Orders To: MODULE_PAYMENT_DIRBANKAUS_ADDRESS
    Cheques/Money Orders Payable To: MODULE_PAYMENT_DIRBANKAUS_PAYABLE

  10. #10
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Bank Transfer

    Quote Originally Posted by ttfan View Post
    Thank you! Just adding that function to the file seemed to work, except that in the Email generated it shows the following 2 lines, instead of the required information:
    Send Cheques/Money Orders To: MODULE_PAYMENT_DIRBANKAUS_ADDRESS
    Cheques/Money Orders Payable To: MODULE_PAYMENT_DIRBANKAUS_PAYABLE
    When you go to Admin->Modules->Payment, and click on DirBankAus, and Edit, is there an Address and Payable field available in that list of configuration settings?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Eu Standard Bank Transfer
    By Sudakoma in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 23 Sep 2006, 12:01 AM
  2. Danish bank transfer
    By Silo in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 21 Aug 2006, 05:06 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR