Custom Buy Now Link with Multiple Products

Discussion in 'Customization & add-ons' started by sboben, Oct 13, 2010.

  1. sboben

    sboben New Member

    Joined:
    Oct 5, 2006
    Messages:
    48
    Can someone remind me how what the attribute is to add multiple products to a buy now link? I used to do this for special bundle deals, but have lost my link examples and can't find them here.

    It's something like:

    http://domain.com/amember/member.php?action=renew&paysys_id=paypal_r&product_ids=55,56

    or

    &products=55,56

    but neither of those work.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    If you have select multiple products enabled, this should work:
    Code:
    http://domain.com/amember/member.php?action=renew&paysys_id=paypal_r&product_id[]=55&product_id[]=56
  3. sboben

    sboben New Member

    Joined:
    Oct 5, 2006
    Messages:
    48
    There it is! Thanks Alexander.

Share This Page