Hi Everyone,
I believe I have a work around regarding the lay out of attributes which are held inside components here it goes hope it helps!,
1.First use the following cell (borrowed from a previous post) in your product page :
<td valign="top" align="Center" class="prodprice">
NETQUOTEVAR:VARIANTLABEL1<br>
NETQUOTEVAR:VARIANTSELECTOR1
</td>
<td align="right"><br>
NETQUOTEVAR:VARIANTADDTOCARTBUTTON
</td>
Then go into your individual attributes and set user defined and paste the following in the HTML field
</td><td width="100px" valign="top" align="Center">
This should lay out all the attributes when inside a component in a neat row
Thisdoesn't work for multiple components.
Kind regards
Chris
I believe I have a work around regarding the lay out of attributes which are held inside components here it goes hope it helps!,
1.First use the following cell (borrowed from a previous post) in your product page :
<td valign="top" align="Center" class="prodprice">
NETQUOTEVAR:VARIANTLABEL1<br>
NETQUOTEVAR:VARIANTSELECTOR1
</td>
<td align="right"><br>
NETQUOTEVAR:VARIANTADDTOCARTBUTTON
</td>
Then go into your individual attributes and set user defined and paste the following in the HTML field
</td><td width="100px" valign="top" align="Center">
This should lay out all the attributes when inside a component in a neat row
Thisdoesn't work for multiple components.
Kind regards
Chris
Comment