Closed unaveen closed 5 years ago
Can you please explain in more detail? How is it calculated and what must be done additionally to the current tax calculation?
You can now add several tax rates in the admin interface for each price:
To configure them in your config file:
'admin' => [
'tax' => [
'gst' => '8.50',
'pst' => '7.25',
]
]
Tax calculation using several tax rates in the frontend is already available since version 2019.07
We need a feature to calculate Indian GST Tax for all products