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.
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