Provide multiple ways to generate VAT prices in core #4586
kennyadsl
started this conversation in
New Features or Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
#3448 outlined that it's quite common to have the need for a constant gross price across several countries when calculating VAT prices.
The current behavior of the vat prices calculator with tax rates that have the
included_in_price
value is:included_in_price
tax rates in that variant's tax_category) create a price that isnet price amount * (1 + tax rate amount)
There are stores that need to generate prices differently though. The fixed part should be the gross price amount, which should be identical in all countries.
Describe the solution you'd like
We already provided a way to change with #3451 but as @mamhoff pointed out, we could add this class in core allowing people to select it without adding any code.
Describe alternatives you've considered
I was wondering if we can make this thing more granularly, allowing admin users to select which method to apply per tax rate or per country?
Beta Was this translation helpful? Give feedback.
All reactions