dename Posted August 2, 2014 Share Posted August 2, 2014 (edited) Hi There in product.tpl code seems to be a possibility to show both VAT and no-VAT prices together {if $priceDisplay == 2} <br /> <span id="pretaxe_price"> <span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'} </span> {/if} </div> <!-- end prices --> But I don't know how to trigger that mode (show both VAT and no-VAT prices together) in settings? anybody? thanks! Edited August 2, 2014 by dename (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted August 2, 2014 Share Posted August 2, 2014 Hi, as far as I know, there is no way to display both prices just be setting something up in backoffice. You will probably need to edit the product.tpl file. What theme are you using? Could you give us the URL to your site + code of product.tpl with prices? 1 Link to comment Share on other sites More sharing options...
dename Posted August 2, 2014 Author Share Posted August 2, 2014 Hey thanks Default theme. I actually already modified product.tpl to show both prices ( www.novakuchynepraha.cz ) but was thinking about using more conventional way. Link to comment Share on other sites More sharing options...
Recommended Posts