DynamicShippingTaxclass (optional)
https://github.com/magesuite/dynamic-shipping-taxclass
In order to obey German tax laws and requirements the module provides a correct calculation of shipping costs depending on products (%VAT)
Case 1: Product K is 16% VAT therefore shipping costs taxes should be calculated with 16% VAT
Case 2) Product L is 5% VAT therefore shipping costs taxes should be calculated with 5% VAT
Case 3) If Products with different % VAT are purchased then the product with the highest net price's tax class should be taken for calculation
Â
Installation
This module is optional.
composer require "creativestyle/magesuite-dynamic-shipping-taxclass" ^2.0.0
Admin settings
Admin settings for the module are placed in Stores -> Configuration -> Sales -> Tax -> Tax Classes
Â
Settings:
Setting name | Value | Comment |
---|---|---|
Dynamic Shipping Tax Classes | No dynamic shipping tax calculation / Use the highest product tax | Â |
Backend
Add documentation for BE code
Â
Frontend
There is no frontend functionality in this module.