sanyo13 Posted October 3, 2013 Share Posted October 3, 2013 Is there any option to show the netto and brutto price too at teh products? Link to comment Share on other sites More sharing options...
vekia Posted October 3, 2013 Share Posted October 3, 2013 working solution to show two prices (tax included) brutto and (tax excluded) netto Link to comment Share on other sites More sharing options...
sanyo13 Posted October 3, 2013 Author Share Posted October 3, 2013 at the products* cuz now if You check the products You can see only the Netto price Link to comment Share on other sites More sharing options...
sanyo13 Posted October 5, 2013 Author Share Posted October 5, 2013 So any option? If not prestashop cant work in my country Link to comment Share on other sites More sharing options...
vekia Posted October 7, 2013 Share Posted October 7, 2013 hello try to use this code <span class="our_price_display"> <span id="our_price_display">{convertPrice price=$product-> getPrice(true, $smarty.const.NULL)}</span> {if $tax_enabled}{l s='tax incl.'}{/if} {if $priceDisplay == 1} <span id="our_price_display">{convertPrice price=$product-> getPrice(false, $smarty.const.NULL)}</span> {if $tax_enabled}{l s='tax excl.'}{/if} {/if} </span> <br /> <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...
sanyo13 Posted October 7, 2013 Author Share Posted October 7, 2013 in which file? Link to comment Share on other sites More sharing options...
vekia Posted October 7, 2013 Share Posted October 7, 2013 you said that you want to do it on product page, so just use product.tpl file located in your theme directory Link to comment Share on other sites More sharing options...
sanyo13 Posted October 7, 2013 Author Share Posted October 7, 2013 My god! You R AWESOME! Link to comment Share on other sites More sharing options...
vekia Posted October 7, 2013 Share Posted October 7, 2013 glad to hear that it works as you expected im going to mark this topic as [solved] with regards, Milos Link to comment Share on other sites More sharing options...
norti Posted November 27, 2015 Share Posted November 27, 2015 Hi Milos, i set up Prestashop to display the prices "VAT included". as i want to sell in all Europe a set up different tax rates and tax rules for all the countries. this meens that the displayed brutto price (on product-page, cart, invoices, etc) will differ based on the tax rules. I want the product to display "VAT included" but same price in all countries ...which would meen, that the netto price changes for the different countries. As i did not find an option for this how could i change the template code accordingly? thanks so much in advance best regards, Norbert 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