Thread: OnlineBank

Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Posts
    41
    Plugin Contributions
    0

    Default OnlineBank

    Hi

    I am currently using ONLINEBANK to allow my clients to pay via Online Banking.

    I have made some small changes to allow for Branch name to be displayed.

    However, the text size doesn't match the rest of the page (it is really small).

    I would also like to know how you call the order number from the database and add it to the onlinebank module.

    I have attached a photo regarding the text.

    Can anyone help me?


  2. #2
    Join Date
    Oct 2009
    Posts
    15
    Plugin Contributions
    0

    help question Re: OnlineBank

    Can you tell me what changes you made to add the branch name?

    I also want the text to display properly as it does in the "payment modules" section.

    See Image.



    Thanks for any help.
    Attached Images Attached Images  

  3. #3
    Join Date
    Dec 2009
    Posts
    41
    Plugin Contributions
    0

    Default Re: OnlineBank

    Quote Originally Posted by mach9 View Post
    Can you tell me what changes you made to add the branch name?

    I also want the text to display properly as it does in the "payment modules" section.

    See Image.



    Thanks for any help.
    Hi

    Inincludes\modules\payment\onlinebank.php

    look for this line

    PHP Code:
    $db->Execute("insert into " TABLE_CONFIGURATION " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Branch Code', 'MODULE_PAYMENT_ONLINEBANK_SRTCOD', '25-03-55', 'Branch Code in the format 00-00-00', '6', '1', now());"); 
    THEN ADD

    PHP Code:
    $db->Execute("insert into " TABLE_CONFIGURATION " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Branch Name', 'MODULE_PAYMENT_ONLINEBANK_BRCNAME', 'Rivonia', 'Branch Name', '6', '1', now());"); 
    Step 2:

    Go to includes\languages\english\modules\payment\onlinebank.php

    FIND

    PHP Code:
    "\nBranch Code:          " MODULE_PAYMENT_ONLINEBANK_SRTCOD 
    There should be two places and add

    PHP Code:
    "\nBranch Name:          " MODULE_PAYMENT_ONLINEBANK_BRCNAME 
    under each one.

    I hope this helps.

 

 

Similar Threads

  1. Onlinebank Payment Module Modification
    By status in forum Addon Payment Modules
    Replies: 3
    Last Post: 14 Sep 2011, 12:51 AM

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