Dear All, Can anyone please tell me how I can edit the thanks.php page (the one the user sees with their order summary after they have made a purchase)? Which file do I need to edit? I just want to add some text to the user informing them that a receipt of their payment has been sent to their e-mail address as has their login details. Any help would be much appreciated. Best wishes, ch
You need to edit /amember/templates/thanks.html template. Or /amember/templates/receipt.inc.html template
Hi Alex, Thanks for getting back to me. I went to amember/templates/thanks.html and it doesn't seem like it's in HTML? I would like to edit the text that displays from the following code: <strong>#_TPL_THX_ENJOY|<a href="{$config.root_url}/login.php"><p>|</a>#</strong> Can you tell me which file I can find '#_TPL_THX_ENJOY' in please? Best wishes, ch
_TPL_THX_ENJOY is a language tag. You can read about how to manage those here: http://manual.amember.com/Editing_Phrases/Text_Messages