I am trying to figure out the best way to do this. I've got a new line of products that I'd like to make available to my existing members, but I'd prefer to be able to send them directly to the signup page without having to go through member.php. I know how to do this with a specific product, but i'd prefer to send them to the price group page. Also, I'd like to have the same link whether they're logged in or not but that's not imperative. Any thoughts?
As far as I know, the ONLY way for existing members to add a product to their account is to go through member.php. However, you can use member.php with a price_group. You can also set up a page in your members area (to make sure they are logged in - not sure if it will work otherwise), and create a "payment link" which goes through member.php. There's an example on the forum around here someplace.
No simple solution, but if you are comfortable with a little php, you can create a new members only sales page. Start with: http://manual.amember.com/Integrating_aMember_Pro_with_website Then you can display buttons specific to the members using the format: <a href="/amember/member.php?action=renew&paysys_id=paypal_r&product_id=2"> David