Greetings,
Here is what I'm trying to do.
We require that the customer choose whether they want a signature required for their delivery or not. Those that do are charged for this service (by adding an item to the shopping cart). I'm trying to have a radio button option on my shopping cart page that will, when either is clicked, add the item# from products for 'signature required on delivery', and (if present) remove the item 'no signature required on delivery' from the cart. Then vise versa for the other radio button. I'd also like to have this be a required choice before proceeding to checkout. I currently have it configured through custom field03 and field04 but it does not affect the shopping cart and thus the total the customer sees at checkout. I'm looking into javascript radio button onclick form actions, but if anyone else has had a similar experience, I'd prefer to not have to recreate the wheel.
Thanks!