-
Switzerland has different taxes for different kind of products. Right now if I set country and currency to swiss it calculates some taxes. But what if I want to sell food? Then I have a different tax. Any way to set these? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, for Swiss tax you can use tags on products to achieve this: if you set a tag swiss-tax-category:reduced it will be 0.025 for that product and if you set swiss-tax-category:special it will be 0.037 |
Beta Was this translation helpful? Give feedback.
-
Taxes are highly specific to the delivery country, if you need any more features on product-swiss-tax or you need taxation rules for other countries please just copy the plugin file, load it locally, change it and send the changes as PR |
Beta Was this translation helpful? Give feedback.
Yes, for Swiss tax you can use tags on products to achieve this:
https://github.com/unchainedshop/unchained/blob/master/packages/core-pricing/plugins/product-swiss-tax.js
if you set a tag swiss-tax-category:reduced it will be 0.025 for that product and if you set swiss-tax-category:special it will be 0.037