Jump to content

remove the "tax incl." text ?


Recommended Posts

ok... I was just being lazy just now ... just edit the file /themes/mythemes/product.tpl and remove all instances of "tax incl.". I think there are only 5.

Is this the only place to remove the tax incl? are there any other instances in other files?


               {if !$priceDisplay || $priceDisplay == 2}
{convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)}
                       {l s='HERE'}
               {/if}
               {if $priceDisplay == 1}
{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}
                       {l s='HERE'}
               {/if}

               {if $priceDisplay == 2}


{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)} {l s='HERE'}
               {/if}



           {if ($product->reduction_price != 0 || $product->reduction_percent != 0) && ($product->reduction_from == $product->reduction_to OR ($smarty.now|date_format:'%Y-%m-%d' <= $product->reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product->reduction_from))}


               {if !$priceDisplay || $priceDisplay == 2}
{convertPrice price=$product->getPriceWithoutReduct()}
                       {l s='HERE'}
               {/if}
               {if $priceDisplay == 1}
{convertPrice price=$product->getPriceWithoutReduct(true)}
                       {l s='HERE'}
               {/if}

Link to comment
Share on other sites

  • 4 months later...

How exactly is that done? I am only collecting tax in my home state and the rest will be tax free. I have product set to no tax and it currently shows tax incl. on the price of products and I would like to get rid of it, but still have my cart add it at checkout if they live in my home state.

With my current tax settings I am good, but will I mess things up removing tax incl.? or is that totally seperate

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...