I have a problem with using checkboxes and live merge tags in my form.
I have a set of 8 choices where5 of the choices are set and the values of the other 3 are calculated in separate number fields.
I use live merge tags to define the values of those 3 checkbox choices.
So far everythings is working as I want it. At the end of the form I have a HTML field that shows a summary of all the choices in the form. If the choices with the live merge tag values are choosen, they do not show, the ones with the set values do.
I also use the values to add to a product total and that works fine. The problem is in the cart and in the order only the values is shown, and not the choice labelm while the choice label for the set price choices from the same checkbox field are shown with choice labels. I only get the number value from the live merge tag.
So to summarize: I use live merge tags i.e. @{:49} to set a checkbox choice value. I get the correct value from checking that checkbox into the product total but it only shows the value and not the label of the choíce in the cart, and when using the live merge tag for the checkbox field it gives nothing when checking that choice.
Does anyone have any helpful input? Thanks