Announcement

Collapse
No announcement yet.

Alignment in act_productprice.html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Alignment in act_productprice.html

    The contents of my act_productprice.html currently look like this -
    Code:
    <TR>
      <TD align="left" nowrap>
    	&nbsp;NETQUOTEVAR:DISCOUNT_QUANTITY&nbsp;&nbsp;&nbsp;
      </TD>
      <TD align="right" nowrap>
    	<B><span class="actxlarge">NETQUOTEVAR:COST</span></B>&nbsp;&nbsp;<span class="actsmall">(NETQUOTEVAR:TAXMESSAGE)</span>&nbsp;
      </TD>
    </TR>
    This works fine for products with price breaks, but for products with only a single price the &nbsp; 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 &nbsp; 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?)
    John

    #2
    Never mind, found it.

    Design/text/ID: 288-290
    John

    Comment

    Working...
    X