Announcement

Collapse
No announcement yet.

DIsplaying prices both tax exclusive & inclusive

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

    DIsplaying prices both tax exclusive & inclusive

    I have Actinic v7, and until recently displayed prices exclusive of VAT.

    I ticked the box in Design | Options | Miscellaneous to also show VAT-inclusive prices as well, but the effect I get is messy.

    See it here:

    Example of messy prices display

    The two prices are just displayed right next to each other with no spacing or anything. How can I change this?

    TIA

    Giles..

    #2
    Hi Giles,

    you can move the (including VAT) onto it's own line by editing the Act-ProductPrice.html template and including a line break as shown:

    Code:
    <br><span class="actxsmall"><b> NETQUOTEVAR:PRICEPROMPT&nbsp;NETQUOTEVAR:DISCOUNT_QUANTITY&nbsp;NETQUOTEVAR:COST</b></span><br /><span class="actxxsmall">NETQUOTEVAR:TAXMESSAGE</span>
    it is the <br /> (shown in bold above) you need to insert. That will throw the Inc VAT onto a new line... add another <br /> to get more space.

    If you want them on the same line insert more &nbsp; into the code to move it over.

    Jont


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Should have mentioned to take a backup before editing - just in case


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X