Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 123
  1. #21
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Direct Bank Deposit

    Here is the Version containing the UK one, this will probably be submitted in the next few days, once i have had feedback from UK users Hopefully Direct Bank Deposit V1.5.2.zip
    Webzings Design
    Semi retired from Web Design

  2. #22

    Default Re: Direct Bank Deposit

    Thanks for that, will install over the weekend and hopefully have some feedback for you early next week.

  3. #23
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit

    Quote Originally Posted by nigelt74 View Post
    Here is the Version containing the UK one, this will probably be submitted in the next few days, once i have had feedback from UK users Hopefully Direct Bank Deposit V1.5.2.zip
    Hi Nigel

    It works well on my end. Just a question: Since the bank account info is included in the email, is it absolutely necessary to have it displayed during checkout?

  4. #24
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Direct Bank Deposit

    Quote Originally Posted by Thannaree View Post
    Hi Nigel

    It works well on my end. Just a question: Since the bank account info is included in the email, is it absolutely necessary to have it displayed during checkout?
    FWIW I only reveal bank account info in the email, never during checkout?

  5. #25
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit

    Quote Originally Posted by dw08gm View Post
    FWIW I only reveal bank account info in the email, never during checkout?
    How do you do that?

  6. #26
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Direct Bank Deposit

    Quote Originally Posted by Thannaree View Post
    Since the bank account info is included in the email, is it absolutely necessary to have it displayed during checkout?
    No, not absolutely necessary, but *I* do a lot of online shopping, often using Direct Bank Deposit, and I get very frustrated/annoyed if the bank details aren't available to me during the checkout process.

    Waiting on emails for this info is a PITA, especially if/when the emails take a while to arrive (often up to an hour or more).. Or worse, the emails never arrive at all.

    My point being, is you need to make it easy for the customer to pay you, and not have them wait for an email that may or may not arrive.

    I have no problems in making my Banking details 'publicly' available for this purpose, after all, people can only make use of them for deposits, not withdrawals.

    Just my 5cents worth.

    Cheers
    Rod

  7. #27
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Direct Bank Deposit

    Quote Originally Posted by Thannaree View Post
    Hi Nigel

    It works well on my end. Just a question: Since the bank account info is included in the email, is it absolutely necessary to have it displayed during checkout?
    No its not essential, i have just always done it, simply because emails often end up in junk mail and it encourages the purchaser to to the deposit there and then as the details are in front of them.

    To hide the Bank account Details you would go to
    includes/languages/english/modules/payment/dirbankuk.php

    at line 35 to 45

    replace this

    PHP Code:

      define
    ('MODULE_PAYMENT_DIRBANKUK_TEXT_TITLE''Direct Bank Deposit - UK');
       
    define('MODULE_PAYMENT_DIRBANKUK_TEXT_DESCRIPTION'
      
    '<BR>Please use the following details to transfer your total order value:<br><pre>' 
      
    "\nAccount No.:    " MODULE_PAYMENT_DIRBANKUK_ACCNUM .
      
    "\nSort Code:" MODULE_PAYMENT_DIRBANKUK_SORTCODE .  
      
    "\nAccount Name:   " MODULE_PAYMENT_DIRBANKUK_ACCNAM 
      
    "\nBank Name:      " MODULE_PAYMENT_DIRBANKUK_BANKNAM .
      
    "\nReference:    Please use Order Number as reference"  .
      
    "\nSwift/BIC Code:   " MODULE_PAYMENT_DIRBANKUK_SWIFT 
      
    "\nIBAN Number:   " MODULE_PAYMENT_DIRBANKUK_IBAN 
      
    '</pre><p>Thanks for your order which will ship immediately once we receive payment in the above account.'); 
    with this


    PHP Code:

      define
    ('MODULE_PAYMENT_DIRBANKUK_TEXT_TITLE''Direct Bank Deposit - UK');
       
    define('MODULE_PAYMENT_DIRBANKUK_TEXT_DESCRIPTION'
      
    '<BR> Our account details will be emailed to you once you have pressed the confirm order button below.'); 
    Webzings Design
    Semi retired from Web Design

  8. #28
    Join Date
    Dec 2010
    Location
    Thailand
    Posts
    300
    Plugin Contributions
    2

    Default Re: Direct Bank Deposit

    Thanks Rod and Nigel.

  9. #29
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: Direct Bank Deposit

    Thanks Rod and Nigel

    Nigel - that is what I did.

    Rod - I may reconsider my stance in light of your comments.

  10. #30
    Join Date
    Aug 2012
    Posts
    45
    Plugin Contributions
    0

    Default Re: Direct Bank Deposit

    Just a quick ???

    I am not in the USA but in CAN....I have been trying to remove all instances of USA to the wording. No luck as of yet as causes errors. I am wondering what files I would be able to change to remove the USA part and have it read CAN???

    I tried the includes/languages/english/modules/payment/dirbankusa.php

 

 
Page 3 of 13 FirstFirst 12345 ... LastLast

Similar Threads

  1. v154 Module for Paying Bill through Bank Account / Direct Bank Deposit
    By jolliejollie in forum Addon Payment Modules
    Replies: 0
    Last Post: 23 Mar 2015, 06:04 PM
  2. v151 Direct Bank Deposit V1.5.2 - Modification
    By bruce429 in forum Addon Payment Modules
    Replies: 2
    Last Post: 24 May 2014, 04:33 AM
  3. Installing Direct Bank Deposit Module
    By AirNewZealand15 in forum Addon Payment Modules
    Replies: 11
    Last Post: 5 May 2011, 09:11 PM
  4. Direct Bank Deposit - Can I add more than 1 bank account?
    By wanor in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 Oct 2010, 05:56 PM
  5. Direct Bank Deposit module on 1.3.0.2
    By robax in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 27 Aug 2006, 12:31 AM

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