Greetings. When making a Worldpay transaction through amember I get the message "Enjoy your membership. To login click here", but the link points to https://select.worldpay.com/login.php as opposed to http://mysite.com/amember/login.php - how do I change this without explicitly setting the URL in thanks.html? Thanks. /Matt
Line in template should look like: <b>Enjoy your membership. To Login please click here <a href="{$config.root_url}/login.php">Login</a></b><br> I marked out a part that you will possible need to add into your template.
That's what it said, but the link pointed to http://select.worldpay.com/thanks.html - presumably because http://select.worldpay.com/xyz is the URL of the page where the link is displayed (using callback). I've set the URL explicitly for now but in case we change our website URL it would be good to have it updated automatically.
I’ve also got a problem with the thanks page that is displayed after receiving a callback from WorldPay. The callback routine correctlty sets the payments status in Amember, but when the thanks.html template is displayed the Order ref, Date & Time of payment and the description of the products ordered are all blank. Is there a fix for this? Thanks Mike
Username & Password fiuld blank on thanks.html Alex: Every once and a while I get a customer who does not get the username and password displayed after signup on the thanks.html page. I modified the page to tell people to check their email inbox, but they seldom do this as instructed, they just rip off a nasty complaint email. Is there some way to find out why this is occurring? Seems Pay Pal is the system with the most trouble. The problem seem intermittant. Cheers!