here's the scenario: I want to give an amember user with a particular subscription the option to click a link to add another free subscription. This is the link that I currently have: http://www.site/amember/member.php?action=renew&product_id=6 However, when the person clicks the above link, they are taken to a page that gives them this message: "Enjoy your membership. To Login please click here login" I don't want the member to have to go to this page because they are already logged in when they click the link above. Is there a way to modify the link above so it takes the user to the page that lists all of their subscriptions or to the free product page itself? I just want to remove unnecessary steps, but it seems like the page that says "Enjoy your membership. To Login please click here Login" is just not necessary. If they click the login link above, it takes them to the list of their subscriptions. It would be nice to just have them automatically go to that page if the login link takes them there anyway. Can anyone help me accomplish this?
Thanks the thanks page. You could add some custom coding so that if they order that product- they are automatically taken to a different page, or presented with more interesting content on the thanks page. The page itself is amember/templates/thanks.html David
Thank you very much for your reply. How do I customize this is one thanks.html to redirect multiple product purchases two different pages? Right now, if people just purchase my products through 1shoppingcart with amember integration, they are taken to the correct destination URL for that product. I'm only having problems when people try to upgrade to an existing product from within amember. That is when they are taken to that generic page. Right now, I only have two products that are doing upgrades from within amember. So how would I customize amember/templates/thanks.html to have it redirect each upgrade to the appropriate destination, if the two destinations are the following URLs: http://www.thevoiceforlove.com/5steps/audio/davidpauldoyle-day1.html http://www.thevoiceforlove.com/5steps/video/davidpauldoyle-day1.html Thank you for your help!