I have dynamically created using javascript elements (radio buttons) in product detail page (options.phtml). My requirement is that when I click on one of the radio buttons the add to cart price should get updated and the cart price along with the item name should be reflected in the shopping cart page.How can I acheive the above mentioned functionality. Thanks in advance for help.