Jump to content

Remove incl. tax part from price $242.64 incl. tax ---


Recommended Posts

Hi vezoan,

 

 

Open /prestafolder/themes/themename/product.tpl

 

Around line 126 you'll find this:

 

<span class="our_price_display">
<span id="our_price_display">
{convertPrice price=$product->getPrice(true, NULL, 2)}</span>
{l s='incl. tax'}</span>

 

Just remove this piece of code;

{l s='incl. tax'}

Link to comment
Share on other sites

×
×
  • Create New...