Skip to content

JaJuMa-GmbH/magento-2-dynamic-shipping-tax

Repository files navigation

Dynamic Shipping Tax for Magento 2 by JaJuMa

Dynamic Shipping Tax extension by JaJuMa allows
dynamic shipping tax calculation for Magento 2 sites based on the highest product tax or highest amount tax in cart.

Note
Looking for proportional/pro-rata shipping tax calculation - Click Here!?

Compatible with

Hyvä Themes Mage-OS Magento

Further Info, Extension Description & Manual

Demos

Installation

Install via composer as any other Magento extension from github:

composer require jajuma/dynamicshippingtax

or get it from Extension Website for manual installation in app/code/ as any other Magento extension.

Using dynamic shipping tax rates in Magento with JaJuMa "Dynamic Shipping Tax" module

Go to JaJuMa -> Dynamic Shipping Tax -> Configuration -> Tax Classes
And find the "Dynamic Shipping Tax Class" configuration which provides 3 options:

  1. No dynamic shipping tax calculation
    -> Magento default config "Tax Class for Shipping" will be used for calculating shipping tax
  2. Use the highest product tax
    -> The highest product tax rate in cart will be used for calculating shipping tax
  3. Use highest amount tax
    -> Tax rate applicable to highest amount in cart will be used for calculating shipping tax

‼️ Note
‼️ Looking for proportional/pro-rata shipping tax calculation - Click Here!?

Examples for "Use the highest product tax":

All Products in Cart have tax class = 7%
-> Shipping tax = 7%

All Products in Cart have tax class = 19%
-> Shipping tax = 19%

Some Product in Cart have 7%, some have 19%
-> Shipping tax = 19%

Examples for "Use highest amount tax":

Example 1
Cart Total 100
		Books (Tax 7%)	60 €
		CDs   (Tax 19%)	40 €
		Shipping Tax -> 7%

Example 2
Cart Total 100
		Books (Tax 7%)	40 €
		CDs   (Tax 19%)	60 €
		Shipping Tax -> 19%

‼️ Note
‼️ Looking for proportional/pro-rata shipping tax calculation - Click Here!?

License

The code is licensed under the MIT License (MIT)

Other Magento 2 Extensions & Hyvä Themes Extensions by JaJuMa

Other Services by JaJuMa

© JaJuMa GmbH | www.jajuma.de