cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.1.8: Subtract IVA instead of adding it

SOLVED

Magento 2.1.8: Subtract IVA instead of adding it

Configuration: 1 website

Tax Calculation Based On: Shipping Address

Can I subtract the VAT from the price of a product instead of adding it?

Example:
Price included in the Magento backend: 100
VAT: 22%


My client will have to pay 100 but at checkout must show:
product price: 81.97
vat: 18.03


How can I do?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.1.8: Subtract IVA instead of adding it

Yes for each product you have to import price again by deduction.
Like, price with product is 100 then your new product price will be 100 -vatprice.
By this way you can do your issue without worries.
Its general approach.

If issue solved, click kodos/accept as solutions.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

5 REPLIES 5

Re: Magento 2.1.8: Subtract IVA instead of adding it

Hi @scozzese_dev,

 

How did you configured the Tax calculation?

You'll find those options here:

Tax calculation configurationTax calculation configuration

 

 

 

Re: Magento 2.1.8: Subtract IVA instead of adding it

I have faced same type of issue.
We have just sort out by below way.

For product price we add 81.97 price instead of 100 price. Now your VAT is 18.03 display.for each product you need to set price by deduction from vat. Using this way you dont need to do any customization even a single line.

So our calculation is display proper to customer. So you have to reimport all product price using csv to display proper calculation at each place in site.

You have to ask client for set price based on final vat deduction and reimport price for each product solved your issue.

If issue solved click Kudos/accept as solutions.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Magento 2.1.8: Subtract IVA instead of adding it

Thank you for the reply.

How do you set the price "for each product you need to set the price by deduction from vat"?

is a general approach?

Re: Magento 2.1.8: Subtract IVA instead of adding it

Yes for each product you have to import price again by deduction.
Like, price with product is 100 then your new product price will be 100 -vatprice.
By this way you can do your issue without worries.
Its general approach.

If issue solved, click kodos/accept as solutions.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Magento 2.1.8: Subtract IVA instead of adding it

 

 

 

 

I did as you say.

But why is the water not added?

What am I doing wrong?


@Rakesh Jesadiya wrote:
Yes for each product you have to import price again by deduction.
Like, price with product is 100 then your new product price will be 100 -vatprice.
By this way you can do your issue without worries.
Its general approach.

If issue solved, click kodos/accept as solutions.

Schermata 2017-09-18 alle 21.27.04.pngSchermata 2017-09-18 alle 21.27.19.pngSchermata 2017-09-18 alle 21.28.42.png