Jump to content

How to remove "Prices do not include tax" from cart summary


Recommended Posts

Hi,

 

I want to remove "Prices do not include tax" from cart summary. Refer attached pic.

 

I tried to remove this from file /home/gosellr/public_html/modules/blockcart/blockcart.tpl

 

{if $use_taxes && $display_tax_label == 1 && $show_tax}
{if $priceDisplay == 0}
<p id="cart-price-precisions">
{l s='Prices include tax.' mod='blockcart'}
</p>
{/if}
{if $priceDisplay == 1}
<p id="cart-price-precisions">
{l s='Prices do not include tax.' mod='blockcart'}
</p>
 
but no luck.
 
 post-761541-0-43268500-1408563208_thumb.jpg
Link to comment
Share on other sites

×
×
  • Create New...