SuperGoodSoft / solidus_taxjar

Support for using TaxJar to handle tax calculations in Solidus
BSD 3-Clause "New" or "Revised" License
12 stars 12 forks source link

Installing this extension will break Colorado Delivery Fee #206

Open Noah-Silvera opened 2 years ago

Noah-Silvera commented 2 years ago

Problem Description

Since this extension overrides the default tax calculator, no rates in solidus will be taken into account when using this extension.

However, the Colorado Delivery Fee has been implemented in Solidus as a Tax::Rate, and @forkata has tested that TaxJar does not return the fee.

This means that the Colorado delivery fee will be completely missed for any users using this extension.

We need to figure out some way to take that fee into account

Noah-Silvera commented 2 years ago

Note: This work is only in solidus master currently and hasn't been released