Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default How to change Font size in direct bank transfer?

    I'm using v1.3.8 and would like to know how to change font size for bank detail in direct bank transfer payment module.

    I've tried editing the ".important" section of stylesheet.css and the font size stays the same.

    Any help would be appreciated

  2. #2
    Join Date
    Nov 2006
    Posts
    69
    Plugin Contributions
    0

    Default Re: How to change Font size in direct bank transfer

    in /includes/languages/english/modules/payment/dirbank.php
    find
    Code:
     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 . 
      "\nBSB Number:   " . 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.');
    replace it with
    Code:
     define('MODULE_PAYMENT_DIRBANK_TEXT_DESCRIPTION', 
      '<BR><font size="2" color="#000000">Please use the following details to transfer your total order value:<br>' .
      "<br>\nBSB Number:<br> " . MODULE_PAYMENT_DIRBANK_BSB .
      "<br>\nAccount No.:<br>  " . MODULE_PAYMENT_DIRBANK_ACCNUM .
      "<br>\nAccount Name:<br> " . MODULE_PAYMENT_DIRBANK_ACCNAM .
      "<br>\nBank Name:  <br>  " . MODULE_PAYMENT_DIRBANK_BANKNAM .
      '</font><p>Thanks for your order which will ship immediately we receive payment in the above account.');

  3. #3
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: How to change Font size in direct bank transfer?

    Thank You !!!!! Thank You!!!! Mickyelta...

    All sorted.

 

 

Similar Threads

  1. Direct Bank Deposit font size
    By hairx in forum Built-in Shipping and Payment Modules
    Replies: 29
    Last Post: 1 Jul 2011, 03:36 AM
  2. Direct bank transfer module
    By krazey in forum Addon Payment Modules
    Replies: 19
    Last Post: 7 Apr 2010, 12:02 PM
  3. How do I add Direct Bank Transfer to Payment options?
    By potatohead in forum Addon Payment Modules
    Replies: 3
    Last Post: 2 May 2009, 01:02 PM
  4. EU Direct Bank Transfer
    By yorkc in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Oct 2007, 03:26 PM

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