sooz Posted May 1, 2008 Share Posted May 1, 2008 Hi Guys, wondering if there's anyway to make the pre-tax price shows up as the default price. Right now I have "Display pre-tax price on product page" already enabled under product settings. thanks for your help! Link to comment Share on other sites More sharing options...
Rain3r Posted May 1, 2008 Share Posted May 1, 2008 I add another question, please how can I set rounding of the prices? Since the price with VAT is calculated automatically from the price without VAT, I have prices like 15.7631 instead 16 that I would like to have. Link to comment Share on other sites More sharing options...
sooz Posted May 5, 2008 Author Share Posted May 5, 2008 I am playing around with th product.tpl in theme/default and came across these codes. How can I edit it so the bold red text is the pre-tax price? <!-- Product price with tax --> <div class="big_price" id="price"> {convertPrice price=$product->getPrice(true, NULL, 2)} </div> <!-- Product price without tax --> {if $displayPreTax AND $display_ht AND $product->id_tax} <div> <span id="pretax-price">{convertPrice price=$product->getPrice(false, NULL, 2)}</span> {l s='pre-tax'} </div> {/if} Link to comment Share on other sites More sharing options...
iCubeLab Posted August 16, 2012 Share Posted August 16, 2012 (edited) We are able to display price without tax in home page, product page, cart block, invoice mail. See here https://www.premiuminrupees.com/ You can contact me at [email protected] Edited August 16, 2012 by iCubeLab (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts