Hi,
I've upgraded to V7 and have a problem with adding new choices to a component's attribute.
If I click CTRL+H and type in a value, it gets added to the CHOICE NAME field as I have typed it, but it is also automatically added to the HTML FOR NAME field with underscores (I assume a clean value for the HTML).
The problem is that the HTML FOR NAME value is being displayed in the online store page.
For example;
The Choice Name value might be Coal flame effect £344.00 but it ends up looking like this in the actual store drop-down Coal_flame_effect__344_00
I've looked in the Act_VariantListChoice.html template for the select options and it appears to use the correct variable:
NETQUOTEVAR:CHOICENAME
Any help appreciated.
All the best
Shaun
I've upgraded to V7 and have a problem with adding new choices to a component's attribute.
If I click CTRL+H and type in a value, it gets added to the CHOICE NAME field as I have typed it, but it is also automatically added to the HTML FOR NAME field with underscores (I assume a clean value for the HTML).
The problem is that the HTML FOR NAME value is being displayed in the online store page.
For example;
The Choice Name value might be Coal flame effect £344.00 but it ends up looking like this in the actual store drop-down Coal_flame_effect__344_00
I've looked in the Act_VariantListChoice.html template for the select options and it appears to use the correct variable:
NETQUOTEVAR:CHOICENAME
Any help appreciated.
All the best
Shaun
Comment