How do you set the default payment type when there are multiple payment types - IE pre-check the box ? The url used to be amember/signup?product_id=1&paypal-pro in version 3, but cannot figure it out in version 4
amember/signup/?product_id=1-1&paysys_id=paypal-pro You can check these variables by doing a view source of the signup page. David
Thanks David, that new syntax works perfectly. I'm not actually not quite clear what the "2-2" represents. Why is it necessary to enter the product number variable twice? Is there a feature I am not aware of? Rebills perhaps
I think the 2-2 is for the 2nd product, 2nd billing type- since you can have multiple payment setups for a single product. David