Bug found on 7.0.1 and 7.0.4 (presumably in all V7).
If you create a product with two optional components and use a product template containing
to lay them out then nothing gets displayed for the NETQUOTEVAR:VARIANTLABELn parameter.
There are some other wierdnesses:-
If you add an Attribute and Choice(s) to any of these components then the NETQUOTEVAR:VARIANTLABELn does in fact start to display but with other buglets present.
In this case the Components Name is displayed not its HTML for Name field. The component name and checkbox also seems to be displayed as part of the Attributes name and is laid out via NETQUOTEVAR:VARIANTLABELn in this case.
If there's no Attribute then the components checkbox is laid out via NETQUOTEVAR:VARIANTSELECTORn
If you create a product with two optional components and use a product template containing
Code:
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS> <br>NETQUOTEVAR:VARIANTLABEL1 - NETQUOTEVAR:VARIANTSELECTOR1 <br>NETQUOTEVAR:VARIANTLABEL2 - NETQUOTEVAR:VARIANTSELECTOR2
There are some other wierdnesses:-
If you add an Attribute and Choice(s) to any of these components then the NETQUOTEVAR:VARIANTLABELn does in fact start to display but with other buglets present.
In this case the Components Name is displayed not its HTML for Name field. The component name and checkbox also seems to be displayed as part of the Attributes name and is laid out via NETQUOTEVAR:VARIANTLABELn in this case.
If there's no Attribute then the components checkbox is laid out via NETQUOTEVAR:VARIANTSELECTORn
Comment