How to change words on signup.php

Discussion in 'Templates customization' started by cooliohiten, Sep 16, 2011.

  1. cooliohiten

    cooliohiten Member

    Joined:
    May 1, 2009
    Messages:
    124
    Dear All,

    I'm trying to change some words on signup.php

    For instance for Google checkout it says the following 'Credit Card payment'.

    I would like to change these words to 'Secure Credit Card payment'.

    I've found these sentences inside en.php.

    However, when I change the text in this file, it doesn't display on signup.php.

    Can someone help me please?

    Cheers,

    ch
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    1) you should create a en-custom file instead of editing the en.php file
    2) Did you check in the google payment plugin settings for the expression?
    Or, it may be necessary to edit the plugin code itself.

    David
  3. cooliohiten

    cooliohiten Member

    Joined:
    May 1, 2009
    Messages:
    124
    Hi David,

    Thanks for getting back to me.

    I created a en-custom.php file and put the following code in it:

    define('_PLUG_PAY_PAYPALR_DESC', 'Secure credit card payment');
    define('_PLUG_PAY_GOOGLE_CHECKOUT_DESC', 'Secure credit card payment');

    However, doing this didn't seem to override the code in en.php and the text on signup.php was the same.

    Anyhow I found the answer at this thread:

    http://amember.com/forum/showthread.php?t=14625

    Cheers,

    ch

Share This Page