Jump to content

Display "tax" labels in the product-list page.


Recommended Posts

Hi,

 

I was wondering if it is possible to display the "tax" labels in the product list.

I've tried to change the code in product-list.tpl, but it doesn't seem to work.

 

 

I found the code that i tink is the key to success... :

 

{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span>{/if}
{/if}

 

And added :

 

{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))}
	{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
   {/if}

 

 

But nothing happened on the front office. It could be the css.

Can anybody help me ?

 

Thanks in advance for the help !

Kind regards,

Marc

Edited by Marcwales (see edit history)
Link to comment
Share on other sites

  • 1 month later...

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...