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
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');