Hi Niels, I had the same need and found the answer from these pages. My coding changes in Act_ProductLine.html are below. I also added an align="center" to make it look prettier. This code also puts Quantity and Add to Cart on the same line.
Hope it helps. I'm still trying to get the products (in 3 columns) to spread evenly across the page, so if you solve that one, please let me know!
<!-- moved product price to here -->
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
NETQUOTEVAR:PRODUCTDESCRIPTION
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT" colspan="2">
<span class="actxsmall">
<!-- added line below -->
NETQUOTEVAR:VARIANTS
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
<!-- added VARIANT in front of add to cart button -->
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
Hope it helps. I'm still trying to get the products (in 3 columns) to spread evenly across the page, so if you solve that one, please let me know!
<!-- moved product price to here -->
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
NETQUOTEVAR:PRODUCTDESCRIPTION
<span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
<span class="actxsmall">NETQUOTEVARATEPROMPT </span>
</td>
</tr>
<tr>
<td align="LEFT" colspan="2">
<span class="actxsmall">
<!-- added line below -->
NETQUOTEVAR:VARIANTS
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
<!-- added VARIANT in front of add to cart button -->
<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
Comment