Hi, I want the product quantity label to appear on the product page above the quantity text box. I would also like to change the text colour and font attributes.
I have modified the Act_ProductLine.html template to lay the options out horizontally, see below:
<--!
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td><strong>NETQUOTEVAR:VARIANTLABEL1<br>NETQUOTEVAR:VARIANTSELECTOR1</strong></td> <td><strong>NETQUOTEVAR:VARIANTLABEL2<br>NETQUOTEVAR:VARIANTSELECTOR2</strong></td> <td><br><strong>NETQUOTEVAR:PRODUCTQUANTITY</strong></td> <td><Actinic:ACTIONS><br/><br/>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS></td>
</tr>
</table>
-->
If you look at: http://www.logicol.co.uk/jamiqs/acatalog/T-Shirts.html then I am sure what I want to do will become clear.
Many thanks in advance.
Matt Wilcock
I have modified the Act_ProductLine.html template to lay the options out horizontally, see below:
<--!
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr> <td><strong>NETQUOTEVAR:VARIANTLABEL1<br>NETQUOTEVAR:VARIANTSELECTOR1</strong></td> <td><strong>NETQUOTEVAR:VARIANTLABEL2<br>NETQUOTEVAR:VARIANTSELECTOR2</strong></td> <td><br><strong>NETQUOTEVAR:PRODUCTQUANTITY</strong></td> <td><Actinic:ACTIONS><br/><br/>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS></td>
</tr>
</table>
-->
If you look at: http://www.logicol.co.uk/jamiqs/acatalog/T-Shirts.html then I am sure what I want to do will become clear.
Many thanks in advance.
Matt Wilcock
Comment