The contents of my act_productprice.html currently look like this -
This works fine for products with price breaks, but for products with only a single price the tags that are used to put some space between the discount quantity and the price are causing me problems.
I'm trying to use a new layout with the price left justified but the tags are preventing this (as they still appear even when the DISCOUNT_QUANTITY is not used).
Is there another way to do this (ie. I'm sure DISCOUNT_QUANTITY is probably somewhere in design/text, so could I add the spaces there?)
Code:
<TR> <TD align="left" nowrap> NETQUOTEVAR:DISCOUNT_QUANTITY </TD> <TD align="right" nowrap> <B><span class="actxlarge">NETQUOTEVAR:COST</span></B> <span class="actsmall">(NETQUOTEVAR:TAXMESSAGE)</span> </TD> </TR>
I'm trying to use a new layout with the price left justified but the tags are preventing this (as they still appear even when the DISCOUNT_QUANTITY is not used).
Is there another way to do this (ie. I'm sure DISCOUNT_QUANTITY is probably somewhere in design/text, so could I add the spaces there?)
Comment