
Originally Posted by
hairx
This is the code
This bit in red is the bit that need editing to make this bit bigger
[FONT=Garamond]Account No.: 115^^^^^
Sort Code: 30-^^-^^
Account Name: J W^^^^ter
Bank Name: Lloyds TSB
Swift Code:
[/FONT]
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>' .
"\nAccount No.: " . MODULE_PAYMENT_DIRBANK_ACCNUM .
"\nSort Code: " . MODULE_PAYMENT_DIRBANK_BSB .
"\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.');
Tested.. code below is what is governing your problem
Code:
<div class="important"><BR>Please use the following details to transfer your total order value:<br><pre>
Account No.: 115****
Sort Code: **-**-**
Account Name: J W*****
Bank Name: *******
Swift Code: </pre><p>Thanks for your order which will ship immediately we receive payment in the above account.</div>
<div class="important">
</div>
You maybe need to add extra entry to your current template's stylesheet for that div class
named important ..HTH