jajuma/dynamicshippingtax

Dynamic Shipping Tax

1.0.3 2024-04-29 11:17 UTC

This package is auto-updated.

Last update: 2024-05-29 11:26:55 UTC


README

68747470733a2f2f7777772e6a616a756d612e64652f6d656469612f777973697779672f6a616a756d612d646576656c6f702f64796e616d69632d7368697070696e672d7461782d657874656e73696f6e2d666f722d6d6167656e746f2d322f44796e616d69632d53687070696e672d5461782d4d6f64756c652d4d6167656e746f2d322d6c617267652e706e67

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
68747470733a2f2f7777772e6a616a756d612e64652f6d656469612f777973697779672f6a616a756d612d73686f702f6d6167656e746f2d776974682d687976612f4a614a754d612d487976616e6175742d736d616c6c2e706e67 68747470733a2f2f7777772e6a616a756d612e64652f6d656469612f777973697779672f6a616a756d612d646576656c6f702f4d6167652d4f532d436f6d70617469626c652e737667 68747470733a2f2f7777772e6a616a756d612e64652f6d656469612f777973697779672f6a616a756d612d646576656c6f702f6d6167656e746f2d69636f6e2e737667

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