We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Tax::Rate
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
The text was updated successfully, but these errors were encountered:
Note: This work is only in solidus master currently and hasn't been released
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: