In needed to change the product variant layout on Act_Productline so rename the file to Act_productLInePrice and added the following:
However, this now seems to center the product item, whereas on the other products still using act_productLine.html everything is centered to the left. I have not altered any of the other settings, and everything else looks the same as the origina file... Ideas?
<table width="100% border=" cellpadding="0"" cellspacing="0">
<tr>
<td>NETQUOTEVAR:VARIANTLABEL1<br>NETQUOTEVAR:VARIANTSELECTOR1</td></TR><TR><TD> </TD></TR>
<TR><TD><Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS></td>
</tr>
</table>
However, this now seems to center the product item, whereas on the other products still using act_productLine.html everything is centered to the left. I have not altered any of the other settings, and everything else looks the same as the origina file... Ideas?
<table width="100% border=" cellpadding="0"" cellspacing="0">
<tr>
<td>NETQUOTEVAR:VARIANTLABEL1<br>NETQUOTEVAR:VARIANTSELECTOR1</td></TR><TR><TD> </TD></TR>
<TR><TD><Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS></td>
</tr>
</table>
Comment