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
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
Thanks for that, will install over the weekend and hopefully have some feedback for you early next week.
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
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
with thisPHP 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.');
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
Thanks Rod and Nigel.
Thanks Rod and Nigel
Nigel - that is what I did.
Rod - I may reconsider my stance in light of your comments.
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
Bookmarks