Marcwales Posted June 10, 2012 Share Posted June 10, 2012 (edited) 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 June 10, 2012 by Marcwales (see edit history) Link to comment Share on other sites More sharing options...
Marcwales Posted July 20, 2012 Author Share Posted July 20, 2012 This is the page i am trying to change : And this is the result i wish to get : Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now