Hello and Jerome and thank you for your reply. No I did not find a solution yet to my initial question.
This is the situation:
On the product page, the default layout for the Options is a dropdown button. I changed the code to display Radio button instead. I used the following code to do this:
$html = JHTML::_('select.radiolist', $this->values, $map, 'class="inputbox" size="1" onchange="hikashopChangeOption();"', 'value', 'text', (int)$value,$id );
The problem:
Since I changed the code to display Options with Radio button the "Price with option" at the bottom of the page does not add automatically the cost of an Option anymore. I would like to know if there is a solution to this issue. It seems the onchange="hikashopChangeOption() is not working anymore.
You can review the page here:
www.canvascool.com/jml/index.php/product...duct/1-canvas-simple
Let me know if I was not clear enough.
Tx in advance for the support
Eric