Announcement

Collapse
No announcement yet.

VAT 20% Issue

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

    VAT 20% Issue

    Since changing the VAT to 20% the label in the shopping cart has changed from Including VAT to Including 0644

    The VAT is getting calculated fine. Just dont understand why it's done this to a label

    #2
    It appears the bug is very intermittent, and doesn't do it all the time. One minute displays it fine, the next it doesn't

    Appears to happen both in V9 and V10

    Comment


      #3
      Hello Garry

      Could you check if this value is hard-coded into the Shopping Cart Layout? I used the variable
      <actinic:variable name="Tax1Caption" />)
      Using this, after changing the Tax rate, the label continues to display Including VAT.
      Is this the variable you are using as well?

      Regards
      Krithika Chandrasekar
      SellerDeck

      sigpic

      E-commerce software by SellerDeck

      Comment


        #4
        Hi

        Code:
        <actinic:variable name="Tax1Caption" />)
        Is used to show exempt tax.

        Code:
        <actinic:variable name="Tax2Caption" />)
        is used within the statement to show including tax.

        i.e.

        Code:
        <Actinic:REMOVE TAG="ExemptedTax1Row">
        <tr>
           <td align="right" colspan="<Actinic:Variable Name="PriceColSpan"/>"><b>Exempted <Actinic:Variable Name="Tax1Caption"/></b></td>
           <td align="right" class="cart"><Actinic:Variable Name="Tax1"/></td>
        </tr>
        </Actinic:REMOVE>

        Should add I originally posted this here as have a few clients using version 10 experiencing the problem, and version 9 customers which is where this code is from.

        I realise cart code is different in version 9 so might move post to V9 forum to avoid confusion, but as effecting V10 too posted it here originally

        Comment


          #5
          Was this fixed?

          Did this ever get fixed? I have the same issue now.

          http://community.sellerdeck.com/show...905#post336905
          Jonathan Chappell
          Website Designer
          SellerDeck Website Designer
          Actinic to SellerDeck upgrades
          Graphicz Limited - www.graphicz.co.uk

          Comment


            #6
            Although my site was v9 the following fixed it, albeit a cure and not solution;
            http://community.sellerdeck.com/show...1&postcount=12



            Comment

            Working...
            X