Hi,
I have an some code within Act_ProductLine.html
Which is designed to show the price with the add to cart button beneath in a small cell.
However I have a problem - on any items that have optional components- these components are being displayed above the add to cart button.
I need to split the components & the add to cart button - but these are both tied up within ADDTOCARTBUTTON - where can I find the code for this - so that I can try and split them. (essentially, I need the extra components outside of the cell above)
Any tips?
Thanks.
I have an some code within Act_ProductLine.html
Code:
<tr> <td bgcolor="#99CCFF" align="center" nowrap><b>NETQUOTEVAR:PRODUCTPRICE</b> <br /><br /> <span class="actxsmall"><Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS></span></td> </tr>
However I have a problem - on any items that have optional components- these components are being displayed above the add to cart button.
I need to split the components & the add to cart button - but these are both tied up within ADDTOCARTBUTTON - where can I find the code for this - so that I can try and split them. (essentially, I need the extra components outside of the cell above)
Any tips?
Thanks.
Comment