Announcement

Collapse
No announcement yet.

How to get rid of tax info after product price

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

    How to get rid of tax info after product price

    I made some changes in my Actinic 7 product catalog design. After loading the changes after every product price listed I now have in paranthesis the text [Excluding:OH Sales Tax at 7.5%]. How do you get this removed. Can anyone help with this.
    Thanks,
    Bob

    #2
    I solved this by editing the template file: Act_productPrice.html to remove the following text:

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

    Alan

    Comment


      #3
      Rather than deleting NETQUOTEVAR's t is better to comment them out. E.g.

      <!-- <span class="actxsmall">NETQUOTEVAR:TAXMESSAGE</span> -->

      This way Actinic won't complain that some expected variables are missing (it knows that you've chosen not to use them).
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks Norman for your reply. How do I activate when I access the the template manger or am I threading in dangerous territory for a novice.
        Bob

        Comment


          #5
          Thanks for the help.

          Comment


            #6
            Rather than deleting NETQUOTEVAR's t is better to comment them out
            Norman is right and I did actually comment it out in mine. I should have worded my reply more carefully.

            am I threading in dangerous territory for a novice.
            Editing templates is the key to getting your site looking the way you want, and it is part of the flexibility of Actinic. This is a very easy edit and an excellent first step. I seem to remember it was one of my first edits.

            Alan

            Comment

            Working...
            X