Jump to content

Change tax in the pop up after clicking add to cart


Recommended Posts

Hi, PrestaShop masters! :)

I want to change the tax information in the pop up that comes up when you have clicked add to cart on a specific product:

I want it to say:
 

Totalt (ex. tax)
Totalt (inc. tax)

and remove the Total shipping, because you have not chosen any shipping method yet in this step.

Thank you in advance!

post-1015994-0-26202000-1439969955_thumb.png

Link to comment
Share on other sites

Someone who knows how to do this?

It has something to do with blockcart.tpl

{l s='Total' mod='blockcart'}
                        {if $display_tax_label}
                            {if $priceDisplay == 1}
                                {l s='(tax excl.)' mod='blockcart'}
                            {else}
                                {l s='(tax incl.)' mod='blockcart'}
                            {/if}
                        {/if}

I want to show both excl. tax and incl. tax.

I have tried to change the oder to show incl. tax first to see if it worked, but it just say Tax Incl. and shows regardless the excl. tax.

post-1015994-0-90350500-1440148973_thumb.png

Edited by Ludwig1 (see edit history)
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...