Hello everyone,
I've been trying to change the layout of Act_ProductLine.htm but I can't for the life of me work how to change the location of the quantity box.
The code I am currently using is:
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td rowspan="2" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML <!--NETQUOTEVAR:PRODUCTIMAGE--><img
src="NETQUOTEVAR:PRODUCTREF.jpg"> </td>
<td valign="TOP" align="LEFT" colspan="2">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall"> (NETQUOTEVAR:PRODUCTREF) <br>
NETQUOTEVAR:EXTINFOLINK<br>NETQUOTEVAR:PRODUCTDESCRIPTION</span>NETQUOTEVAR:EXTINFOBUTTON
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK</span>
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
I've tried moving NETQUOTEVAR:PRODUCTQUANTITY around but it doesn't make any difference. I want each item to look like the following:
But can't achieve it Can anyone help?
Many Thanks in advance
Paul
P.S - Currently it looks like http://www.floralessential.co.uk/aca..._Paper_98.html
I've been trying to change the layout of Act_ProductLine.htm but I can't for the life of me work how to change the location of the quantity box.
The code I am currently using is:
<!-- ProductLine HTML begin -->
<!-- Insert HTML for the top of the individual product -->
NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
NETQUOTEVAR:ENDSEPARATOR
NETQUOTEVAR:PRODUCTFORMBEGIN
<tr>
<td rowspan="2" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML <!--NETQUOTEVAR:PRODUCTIMAGE--><img
src="NETQUOTEVAR:PRODUCTREF.jpg"> </td>
<td valign="TOP" align="LEFT" colspan="2">
<a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
<span class="actxsmall"> (NETQUOTEVAR:PRODUCTREF) <br>
NETQUOTEVAR:EXTINFOLINK<br>NETQUOTEVAR:PRODUCTDESCRIPTION</span>NETQUOTEVAR:EXTINFOBUTTON
<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK</span>
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>
<Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
NETQUOTEVAR:TEMPLATEENDXML
</td>
</tr>
NETQUOTEVAR:PRODUCTFORMEND
NETQUOTEVAR:NEXT
<!-- Insert HTML for the bottom of the individual product -->
<!-- ProductLine HTML end -->
I've tried moving NETQUOTEVAR:PRODUCTQUANTITY around but it doesn't make any difference. I want each item to look like the following:
But can't achieve it Can anyone help?
Many Thanks in advance
Paul
P.S - Currently it looks like http://www.floralessential.co.uk/aca..._Paper_98.html
Comment