How to set the tax flag

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Stefan80
Posts: 42
Joined: 27 Nov 2017, 09:57

Re: How to set the tax flag

Post by Stefan80 » 19 Feb 2018, 08:26

I dont't really understand: my prices should be inclusive tax (standard in germany) so I used

plugin.tx_aimeos.settings.mshop.price.taxflag = 1

now...


It seem's , that Aimeos calculated the taxes twice:

7% -> 1,05€ x 0,93 = 0,98€ ???

It is possible, that there is a hidden tax (e.g. for "€")?

thanks

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: How to set the tax flag

Post by aimeos » 19 Feb 2018, 09:52

If your prices are gross prices and already include the tax then the calculated tax values in your last screenshot were absolutely correct:

Product: 15.00 (already with 7% tax included) / 107 * 7 = 0,98 (included tax rate 7%)
Shipping: 4,95 (already with 19% tax included) / 119 * 19 = 0,79 (included tax rate 19%)

The configuration for "mshop/price/taxflag = 1" is standard so you don't need to configure it explicitely.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Stefan80
Posts: 42
Joined: 27 Nov 2017, 09:57

Re: How to set the tax flag

Post by Stefan80 » 19 Feb 2018, 11:49

Thank you!

Post Reply