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
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
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