Announcement

Collapse
No announcement yet.

VAT display

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

    VAT display

    Hi all,

    Is there a way that I can show the prices in the cart and at the checkout as below please, rather than having 'Includes VAT' after the total?

    Subtotal £xxx
    Includes VAT £xx
    Total £xxx

    I've had a few people comment that it looks like VAT is to be added to the total, so would like to make it more obvious.

    Thanks

    Joel

    #2
    Yes. You just have to edit the cart and checkout layouts to move the 'Includes VAT' bit where to you want it.

    In my case, I moved it away from the totals completely for exactly the same reason.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Originally posted by Mike Hughes View Post
      Yes. You just have to edit the cart and checkout layouts to move the 'Includes VAT' bit where to you want it.

      In my case, I moved it away from the totals completely for exactly the same reason.

      Mike
      Yes I'd just like it to appear before the total so that the total is the very last thing at the bottom. Then it can't be misconstrued.

      Comment


        #4
        I like the way you have done it Mike, very clear.

        Comment


          #5
          Thanks Louise and Mike. Much appreciated.

          Have a nice weekend all.

          Joel

          Comment


            #6
            This is the code that is there. Do I simply cut and paste?

            </tr>
            <Actinic:XMLTEMPLATE NAME="OrderLine">
            <actinic:variable name="OrderLineList" value="Order Line List In Cart" />
            </Actinic:XMLTEMPLATE>
            <actinic:variable value="Empty Cart Message Row In Cart" name="CartTableRow" />
            <actinic:variable name="CartTableRow" value="Sub Total Row In Cart" />
            <Actinic:REMOVE TAG="AdjustmentRows">
            <actinic:variable name = "AdjustmentRows"/>
            <actinic:variable name="ShoppingCartAdjustmentList" value="Shopping Cart Adjustment List In Cart" />
            </Actinic:REMOVE>
            <actinic:variable name="CartTableRow" value="Shipping Charge Row In Cart" />
            <actinic:variable name="CartTableRow" value="Handling Charge Row In Cart" />
            <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxInclusiveMode%22%20%2f%3e" >
            <actinic:variable name="CartTableRow" value="Exempted Tax 1 Row In Cart" />
            <actinic:variable name="CartTableRow" value="Exempted Tax 2 Row In Cart" />
            </actinic:block>
            <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxInclusiveMode%22%20%2f%3e%3d%3dFALSE" >
            <actinic:variable name="CartTableRow" value="Tax 1 Row In Cart" />
            <actinic:variable name="CartTableRow" value="Tax 2 Row In Cart" />
            </actinic:block>
            <actinic:variable name="CartTableRow" value="Total Row In Cart" />
            <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxInclusiveMode%22%20%2f%3e" >
            <actinic:variable name="CartTableRow" value="Including Tax 1 Row In Cart" />
            <actinic:variable name="CartTableRow" value="Including Tax 2 Row In Cart" />
            </actinic:block>
            </table>

            Comment


              #7
              And this in checkout


              <span id="idShoppingCartGrid" >
              <ActinicEFAULTTAXZONEMESSAGE/>

              <table class="checkout-cart">
              <tr>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e" >
              <th align="left" width="15%"><Actinic:Variable Name="ReferenceCaption"/></th>
              </actinic:block>
              <th align="left" width="45%"><Actinic:Variable Name="DescriptionCaption"/></th>
              <th align="right" width="10%"><Actinic:Variable Name="QuantityCaption"/></th>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22IsPriceInCart%22%20%2f%3e">
              <th align="right" width="15%"><Actinic:Variable Name="PriceCaption"/></th>
              <th align="right" width="15%"><Actinic:Variable Name="CostCaption"/></th>
              </actinic:block>
              </tr>
              <Actinic:XMLTEMPLATE NAME="OrderLine">
              <actinic:variable name="OrderLineList" />
              </Actinic:XMLTEMPLATE>
              <actinic:variable name="CartTableRow" value="Empty Cart Message Row" />
              <actinic:variable name="CartTableRow" value="Sub Total Row" />
              <Actinic:REMOVE TAG="AdjustmentRows">
              <actinic:variable name="AdjustmentRows" />
              <actinic:variable name="ShoppingCartAdjustmentList" />
              </Actinic:REMOVE>
              <actinic:variable name="CartTableRow" value="Shipping Charge Row" />
              <actinic:variable name="CartTableRow" value="Handling Charge Row" />
              <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxInclusiveMode%22%20%2f%3e" >
              <actinic:variable name="CartTableRow" value="Exempted Tax 1 Row" />
              <actinic:variable name="CartTableRow" value="Exempted Tax 2 Row" />
              </actinic:block>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxInclusiveMode%22%20%2f%3e%3d%3dFALSE" >
              <actinic:variable name="CartTableRow" value="Tax 1 Row" />
              <actinic:variable name="CartTableRow" value="Tax 2 Row" />
              </actinic:block>
              <actinic:variable name="CartTableRow" value="Total Row" />
              <actinic:block if="%3cactinic%3avariable%20name%3d%22IsTaxInclusiveMode%22%20%2f%3e" >
              <actinic:variable name="CartTableRow" value="Including Tax 1 Row" />
              <actinic:variable name="CartTableRow" value="Including Tax 2 Row" />
              </actinic:block>
              </table>

              Comment


                #8
                A little more help please

                Hi all,

                Glad I found this thread,

                I am trying to change "Including VAT" to "Includes VAT"

                I have been using design / library / layouts at last, which should mean way less questions from me on these forums but, im struggling on this one.

                I can navigate to design / library / layouts / Shopping Cart Table / View Cart Page Shopping Cart Grid but I don't know what to do once im on that page ?

                Ive been clicking on things and trying to find the text that says "Including VAT" but cannot find it ?

                Im using 2013
                Kind regards,

                Michael

                www.stageprint.co.uk

                Comment


                  #9
                  Try Design / Library / Layouts / Shopping Cart Table Row / Including Tax1 Row.
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    Thank you very much Norman.

                    I was clearly in the wrong layouts.
                    I edited "Including Tax1 Row" and "Including Tax1 Row in cart".

                    Design / library / layouts is an excellent tool.

                    Michael
                    Kind regards,

                    Michael

                    www.stageprint.co.uk

                    Comment


                      #11
                      Also, you can right-click the top of the Layouts and choose "Find" to locate something.
                      Norman - www.drillpine.biz
                      Edinburgh, U K / Bitez, Turkey

                      Comment

                      Working...
                      X