Dear All, I'm continuing to test my paypal integration with Amember using the paypal Sandbox testing environment. I've noticed one thing. When I pay through paypal, I get directed to a paypal 'Thank you' page. The page contains details of the payment made, and the user can also see a link which takes the user back to the main site. Clicking on this link takes users back to the following Amember page: www.mysite/amember/thanks.php? The above link also has an ID added to it at the end. However, I would like the user to be directed to the above page (www.mysite/amember/thanks.php?), straight after paying through paypal, rather than being directed to the paypal 'Thank you' page. Can someone explain to me how you can do this? Best wishes, ch
Try turning on autoreturn in paypal and setting the return URL. Return URL: http://www.yoursite.com/amember/thanks.php David
Hi David, Thanks for your reply. Could you please explain to me how I can send the user to the specific Amember 'Thanks' page for their particular purchase? This URL for this looks something like this: www.mysite.com/amember/thanks.php?id=8 The id at the end of the URL is usually different for each purchase. I would be grateful for help on this. Best wishes, ch
Hi David, I turned on autoreturn in paypal and set the return URL to: http://www.yoursite.com/amember/thanks.php This did the trick! Thank you. ch
support, I am adding a htaccess to transfer http to https in my amember site .I am using the following htaccess RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.thetoytender.com/$1 [R,L] It is working fine in my other domain.This htaccess results the "The page isn't redirecting properly" the page caught into the loop.Please help. Thanks Thetoytender.com
@toytender: No need to do an .htaccess redirect. 1) Logged into your admin console 2) Go to Setup/Configuration 3) Set your "Secure Root URL" to include https