I'd like to be able to create some html code (or php if needed) that would allow me to link to a product that a logged in member would be directed straight to the cc payment page (authorize.net). I know I can get there from the member.php page, but it puts the memberid already in there so I need help with the "generic" link as the link I get is whatever user I'm logged in as. If I'm logged in as a user and I see a link on a page that says "add this additional product" then I'd like to have the code that would take them straight to the payment page. I hope that makes sense. Thanks for your help!
/amember/member.php?action=renew&paysys_id=paypal_r& product_id=1 Sorry, dont know the paysysid for authorize.net offhand, should be on your member.php page. David