Jump to content

How can i display price without tax in product-list.tpl?!?


Recommended Posts

Hi how can i display the price without tax in product-list.tpl?!?
This is the code with tax

{convertPrice price=$product.price} 



I´ve tested the following but it will not work

{if $displayPreTax AND $display_ht AND $product->id_tax}


{l s=''}{convertPrice price=$product->getPrice(false, NULL, 2)} {l s='tax not incl.)'}
               {/if}



Is there a "smarty?!" code to display the pretax price for each product on product-list.tpl

thx in advance

Link to comment
Share on other sites

  • 2 months later...
  • 1 year 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...