Offline payment text edit?

Discussion in 'Customization & add-ons' started by nuzpub525, Oct 5, 2008.

  1. nuzpub525

    nuzpub525 New Member

    Joined:
    Aug 12, 2008
    Messages:
    9
    I am using offline payment as an option on my signup page on payments.

    On that page it reads as "Offline Payment". I would like to change that text to something like "Bill me" ...

    For the life of me I cannot figure out where I can change that and have looked in both the manual and searched the forums.

    Is it possible?

    thanks!
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Check in the language file
    amember/language/en.php

    * * * plugins/payment/offline

    define('_PLUG_PAY_OFFLINE_TITLE', 'Offline Payment');
    define('_PLUG_PAY_OFFLINE_DESC', 'Offline Payment');

    define('_PLUG_PAY_OFFLINE_HTML_HEAD', 'Change this file');
    define('_PLUG_PAY_OFFLINE_HTML_HEAD2', 'to meet your needs for offline payment.');
    define('_PLUG_PAY_OFFLINE_HTML_PUSR', 'Payment#/Username: ');
    define('_PLUG_PAY_OFFLINE_HTML_PRICE', 'Price: ');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT1', 'Place instructions here for customers how to do payment.');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT2', 'Make sure customer will include username(login) and payment#');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT3', 'to payment description. Then it will be easy for you to find ');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT4', 'order later.');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT5', 'When you receive completed payment, check payment as "Completed"');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT6', 'in aMember control panel. User will receive email with login info');
    define('_PLUG_PAY_OFFLINE_HTML_TEXT7', 'and will be able to enter into site.');


    David
  3. nuzpub525

    nuzpub525 New Member

    Joined:
    Aug 12, 2008
    Messages:
    9
    I did find the offline.htlm page. Can I just replace that with my own custom page without screwing anything up?
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    You should be able to modify that in the plugin settings (ie. no editing files at all)..

    In AdminCP -> Setup / Configurations / Offline tab

    [​IMG]
  5. nuzpub525

    nuzpub525 New Member

    Joined:
    Aug 12, 2008
    Messages:
    9
    thanks, I just found that moments ago!

Share This Page