using member.php and pricegroups

Discussion in 'Customization & add-ons' started by duncan_m1, Dec 1, 2009.

  1. duncan_m1

    duncan_m1 Challenge Media Group LLC

    Joined:
    Aug 22, 2006
    Messages:
    12
    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?
  2. powerkeys

    powerkeys Member

    Joined:
    Aug 29, 2006
    Messages:
    192
    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.
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    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

Share This Page