cancel
Showing results for 
Search instead for 
Did you mean: 

How to set Tax in Magento 2.1

SOLVED

How to set Tax in Magento 2.1

I would like to make tax rules in my store:

1. All foreign customers: 0% Tax

2. All Dutch customers: 

a) up to 10000 Euro: 21% Tax

b) from 10000 Euro: 0% Tax

How should i do this and is it even possible in Magento 2.1?

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: How to set Tax in Magento 2.1

It's not possible to set up such tax rate in Tax Rates section.

One hacky workaround I can suggest to you:

  1. Set up Tax Rate (Stores -> Taxes -> Tax zones and Rates) with following settings:

    • Zip/Post Code: *
    • Country: Netherlands
    • Rate Percent: 21
  2. Set up Cart Rule (Marketing -> Promotions -> Cart Price Rules) with following settings:

    • Websites: select website where you want it applied
    • Customer Groups: select customer groups (you probably want to select all)
    • In Conditions tab, add condition: Subtotal greater than 10000
    • In Conditions tab, add one more condition: Shipping country is Netherland
    • In Actions tab, put Discount Amount: 21 (and Apply to shipping amount)

 

If this response was helpful to you, consider giving kudos to this post.

If this response solved your problem, click accept as solution to help others solve this issue

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

View solution in original post

Re: How to set Tax in Magento 2.1

This is a good solution Smiley Happy

Thank you very much (hvala).

View solution in original post

2 REPLIES 2

Re: How to set Tax in Magento 2.1

It's not possible to set up such tax rate in Tax Rates section.

One hacky workaround I can suggest to you:

  1. Set up Tax Rate (Stores -> Taxes -> Tax zones and Rates) with following settings:

    • Zip/Post Code: *
    • Country: Netherlands
    • Rate Percent: 21
  2. Set up Cart Rule (Marketing -> Promotions -> Cart Price Rules) with following settings:

    • Websites: select website where you want it applied
    • Customer Groups: select customer groups (you probably want to select all)
    • In Conditions tab, add condition: Subtotal greater than 10000
    • In Conditions tab, add one more condition: Shipping country is Netherland
    • In Actions tab, put Discount Amount: 21 (and Apply to shipping amount)

 

If this response was helpful to you, consider giving kudos to this post.

If this response solved your problem, click accept as solution to help others solve this issue

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

Re: How to set Tax in Magento 2.1

This is a good solution Smiley Happy

Thank you very much (hvala).