Jump to content

[SOLVED] how to display two prices: Netto & brutto (without tax / with tax)


Recommended Posts

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

  • 2 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...