thomashas Posted August 28, 2009 Share Posted August 28, 2009 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.tplthx in advance Link to comment Share on other sites More sharing options...
thomashas Posted August 31, 2009 Author Share Posted August 31, 2009 any solution?!?!?! thx in advance need this very very soon Link to comment Share on other sites More sharing options...
artjunky Posted August 31, 2009 Share Posted August 31, 2009 Don't you mean Back Office -> Preferences -> Products -> Price Display: Tax Excluded ? Link to comment Share on other sites More sharing options...
thomashas Posted September 4, 2009 Author Share Posted September 4, 2009 no i dont because i also would like to show the price with tax and without tax on the product page. i only want to show the price without tax on the product listthx in adv. Link to comment Share on other sites More sharing options...
johanyohan Posted December 3, 2009 Share Posted December 3, 2009 try to use this instead : $product.orderprice, hope this will help Link to comment Share on other sites More sharing options...
Mange Posted March 1, 2011 Share Posted March 1, 2011 Hi Link to comment Share on other sites More sharing options...
Mange Posted March 1, 2011 Share Posted March 1, 2011 to exclude the tax in products list but show it in the checkout, go:back end >> customers >> groups >> change default tax for the groups you want to show “no tax”good luck 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