Announcement

Collapse
No announcement yet.

Changing Inc & Ex Vat appearence.

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

    Changing Inc & Ex Vat appearence.

    I finally have my site running loally on as a demo at the moment and i must say how impressed i am with the program in general.

    One thing i would like to change (im sure there will be more!) i would like to display both inc and Ex vat prices but i would like the inc vat prices to be displayed not in bold and in a smaller font.

    Is his possible.

    #2
    Hi there

    Yes it is possible, please check the article on our knowledge base. Here is the link

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Many thanks for your reply although that is not quite what i am looking for.

      An example of my desired layout is below

      Price: £100
      (£117.50 Including VAT at 17.5%)

      Comment


        #4
        Any ideas ?

        Comment


          #5
          Put a <br> in before where it says

          <span class="actxxsmall">NETQUOTEVAR:TAXMESSAGE</span>

          in Act_ProductPrice.html

          Comment


            #6
            Not sure what is going on now, i made the change you suggested but it didn't do anything!?

            I am using theme businessCSS and am editing the Act_ProductPrice.html located here

            C:\Program Files\Actinic Ecommerce v6\Formats\Themes\BusinessCSS


            Here is the code from that file

            <!-- ProductPrice HTML begin -->
            <!-- This template is used for the product price text. -->

            <BR><B><Actinic:RETAIL_PRICE_TEXT>NETQUOTEVAR:PRICEPROMPT</Actinic:RETAIL_PRICE_TEXT></B>&nbsp;NETQUOTEVARISCOUNT_QUANTITY&nbsp;NETQUOTEVAR:COST&nbsp;<FONT SIZE=-2>NETQUOTEVAR:TAXMESSAGE</FONT>

            <!-- This template is used for the product price text. -->
            <!-- ProductPrice HTML end -->



            Yet the cost price is displayed like this on my website

            Price: £17.50 £20.56 VAT at 17.5%

            Previously i did make a change as first suggesed from here

            http://knowledge.actinic.com/users/k...dmin/acatalog/

            And so the line 219 in Design | Text ,is modified from the original, i beleive it read %S before i changed it but i am not sure.

            Regards

            Comment


              #7
              C:\Program Files\Actinic Ecommerce v6\Formats\Themes\BusinessCSS
              You need to edit the templates that are in your 'Sites\Site1' folder. These are your active templates that are being used to ly out the current site.

              Comment


                #8
                Yes now we are getting there! (my bad)
                One last thing how do i make the inc vat price appear in brackets with the wording "Including VAT a 17.5%" after it

                Comment


                  #9
                  Here's what you need to do:

                  1) Remove the <b></b> tags from around NETQUOTEVAR:PRODUCTPRICE in the product layout template (usually called Act_ProductLine.html).

                  2) Edit Act_ProductPrice.html to read the following:

                  Code:
                  <br>
                  <b><Actinic:RETAIL_PRICE_TEXT>NETQUOTEVAR:PRICEPROMPT</Actinic:RETAIL_PRICE_TEXT>&amp;nbsp;
                  NETQUOTEVAR:DISCOUNT_QUANTITY&amp;nbsp;NETQUOTEVAR:COST</b>&amp;nbsp;
                  <br><span class="actxxsmall">(NETQUOTEVAR:TAXMESSAGE)</span>
                  3) Go to 'Design | Text' and click 'Go to' and go to prompt ID 219. Change it to read:

                  including %s

                  Comment


                    #10
                    Absolutly perfect, many thanks.

                    Comment

                    Working...
                    X