Hello, I have the following products: /free-members/ product #6 (free) /members/ product #1 (paid) Is there a way I can add a simple clickbank order link on my /free-members/ pages so people go RIGHT to clickbank to order product 1. I want to essentially skip the member.php page where they have to choose what product etc etc. That way I can make a fancy "upgrade" pitch page for each category, and have them go right to clickbank, all while the amember system upgrades them to also access product 1. Any help is appreciated. Peter
Just a quick note that a submit button would be fine too, so long as it worked in the /free-members/ folders Thanks
I'm assuming that your free members will be logged in when they upgrade. You can simply copy the order form from the member.php page, hide the payment selection item and preset it for ClickBank. You can do the same with the membership item too, preselecting the upgrade path. Heck, you could do the same with a coupon code, and all you'd have left is a button for someone to click to order the upgrade. At that point, they will go straight to the payment form, which in your case is ClickBank. The thing to keep in mind is that aMember works by processing FORMS. Just create forms that mimic the ones used on the standard aMember pages, and you're all set. I've seen here in the forums that you can set all of the form items with GET-style variables, so you could do this with a link too if you want.
If the member is logged in, you can use /amember/member.php?product_id=1&paysys_id=paypal_r&action=renew David