Hello, I was wondering if someone could point me in the right direction. I would like to change the text that reads "if you get any coupon code from advertising, please enter it here". Any idea how/where I can do that? I've gone through tons and tons of files, but I can't find how/where to change that text. Any help would be greatly appreciated! Sincerely, Sam
Make sure to read the readme.txt in the language folder. Any changes you make to en.php will get overwritten when amember gets an upgrade. readme.txt includes instructions for avoiding that.
The en.php is where the signup.html template pulls its wording from. Follow the instructions ../language/readme.txt to change the default wording for the coupon to say whatever you want the wording to say. The line in en.php you are looking for begins with something like "define ('_TPL_SIGNUP_COUPON_CODE'..." I don't recall the default wording because I set my amember NOT to do automatic upgrades then made the changes in en.php...like the instructions say NOT to do. Not recommended because every time a critical upgrade is released and you do an update, you lose your changes. Andre