Gabor@ Posted January 16, 2013 Share Posted January 16, 2013 Hi, I would like to add "Tax excl." below the price without vat. I have already tried to add {displayWtPrice p=$accessory.price} {l s='tax excl.'} but does not work with 1.5 Other way, with tax included Price display method there is 207,98 Ft with tax included that is missing - how could i add also? Thanks Gabor Link to comment Share on other sites More sharing options...
Gabor@ Posted February 8, 2013 Author Share Posted February 8, 2013 <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(true, $smarty.const.NULL)}</span> {l s='tax incl.'}</span> <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'}</span> Link to comment Share on other sites More sharing options...
roblaus Posted February 9, 2013 Share Posted February 9, 2013 Hi, Am I right that I can't display the texts (incl. / excl. tax) on any other way? Meaning that this is a bug? And: Where exactly did you put above paragraphs? Because I have both cases. Thanks in advance... 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