How to change text on transfer page between signup.php and PayPal?

Discussion in 'Payments processing' started by cooliohiten, Oct 21, 2010.

  1. cooliohiten

    cooliohiten Member

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

    I've been doing a test (I'm using PayPal standard), and I've noticed that after I sign up with details on signup.php and click the 'Buy Now' button, that before I get redirected to PayPal I see a white page with some text on it. The text is something along the lines of:

    'You will automatically be redirected to your membership info in about 2 seconds..'

    I just wanted to ask if it is was possible to change the text on this page to something more meaningful like:

    'You are now been redirected to a secure PayPal Page' so that the customer doesn't get confused.

    If so, could you please explain to me how I can do this?

    I don't know if I made a change somewhere. I'm sure the message used to say something like: 'You will now be redirected to a secure page'.

    Best wishes,

    ch
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can change this text in /amember/language/en.php:

    PHP:
    define('_PLUG_PAY_CC_CORE_REDIR''You will be automatically redirected to membership info page in about 2 seconds');
  3. cooliohiten

    cooliohiten Member

    Joined:
    May 1, 2009
    Messages:
    124
    Thanks Alex. That worked perfectly.

Share This Page