Re: Direct Bank Deposit

Originally Posted by
Dustie
This is fantasic! I gave up last time.
I installed this today and works. I even made the change so that it works if the cart has only digital and even that works.
There is only one issue though. On the confirmation email, this is what I get.
IBAN Number: GB82 WEST 1234 5698 7654 32nnThanks for your order which will ship immediately once we receive payment in the above account.n
The thanks for your order is part of the IBAN number. I think this should be on a new line??
Sadly I don't know where to fix this myself.
Otherwise a BIG thank you for making these changes!!!
How did I miss that one? The new line characters are not interpreted correctly.
In the language file "DirectBankDepositUK/V2.1.2/catalog/includes/languages/english/modules/payment/lang.dirbankuk.php" on lines 27, 37 and 47 change the single quotes to double quotes eg from
Code:
'<p>Thanks for your order which will ship immediately <br>once we receive payment in the above account.';
to
Code:
"<p>Thanks for your order which will ship immediately <br>once we receive payment in the above account.";
I 'll update the GitHub version today.
OldNGrey
ZC222 PHP 8.4.16
MySQL 11.8.5-MariaDB