Jump to content

Tip for next release : add tax included/excluded on every page where prices are mentioned


Recommended Posts

Hi guys,

I'm really tuning the V1.3.1 into something 100% correct for the Belgium/European TAX law.
therefore I would suggest you do the following adaptations.

on the pages add the code below :
Homefeatures.tpl line 19
Product-list.tpl line 26
and change the code on page blockcart.tpl line104 (this code is there, but not correct)
this will give you the screenshots below, a nice line of text to show if prices are tva included or excluded.
since we can work with no tax clients and tax clients.
also the line text in the blockcart seems to be hardcoded, the translation.
this is always English. So I've translated it also hardcode in my code.
{l s='Inclusief BTW' mod='blockcart'}

                       {if $priceDisplay == ''}



                               {l s='Inclusief BTW' mod='blockcart'}


                       {/if}
                       {if $priceDisplay == 1}



                               {l s='Exclusief BTW' mod='blockcart'}


                       {/if}

25107_4BVOC7avcThImzJcLaRt_t

Link to comment
Share on other sites

  • 4 weeks later...

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...