PDA

View Full Version : Add product from repeated radio button


morrow9366586
04-09-2009, 12:57 AM
I'm trying to create a page that will allow users to choose between 4 different types of membership. The membership options are created from a recordset and repeated for all records. The radio button value is the ID of the subscription.

How would I add this item to cart?

Thanks,

Leigh

Ray Borduin
04-09-2009, 07:02 AM
1) add a column to the cart to store it.
2) add the radio buttons to the add to cart button form
3) In the eCart add to cart server behavior set the column to be updated from that radio group by using the lightning bolt and bindings panel.