|
Cart does not do that by it self. You can create your own template and implement buttons for your options with JavaScript. Once you have created your template, you will enter its name on product details under Item template.
Keep in mind that the first option is opt0 and the first selection is also 0 and not 1.
For each selection you would probably want to pass a hidden field with their values.
<input type=hidden name=”opt0” value=”0”>
|