Not sure if this is possible, but after a customer clicks on the Buy button, I would like it to go to the amember signup page where it selects their initial product plus the option of a free membership trial. The membership trial can be deselected by the customer. It needs to be set up like a shopping cart basically. Then if the membership trial is selected, it is added with the customers purchase. If not, it isn't once they go through the payment process. Is this possible to do? And how?
This depends on your shopping cart- for example, with paypal_r, you cant mix continuity and non-continuity items. In this case you need to use forced continuity. If using authorize or other more flexible system, you should be able to do this using the link to /amember/signup.php?product_id[]=1&product_id[]=2 David
Hmm, yea I figured that out about paypal_r. I guess I can create 2 products. One with trial, one without. Thanks