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
The methods to calculate taxes are triggered indefinitely.
Add a console.log("Calculating taxes"); here: imports/plugins/included/taxes-rates/server/no-meteor/util/calculateOrderTaxes.js, line 48.
console.log("Calculating taxes");
Go to the checkout page, select shipping methods. Look in the server console. You will see the message "Calculating taxes" print indefinitely.
The text was updated successfully, but these errors were encountered:
I can reproduce this on develop
develop
Sorry, something went wrong.
This is due to unnecessary afterCartUpdate emits from the surcharges plugin. I'll have a fix PR soon.
afterCartUpdate
aldeed
No branches or pull requests
The methods to calculate taxes are triggered indefinitely.
Add a
console.log("Calculating taxes");
here: imports/plugins/included/taxes-rates/server/no-meteor/util/calculateOrderTaxes.js, line 48.
Go to the checkout page, select shipping methods. Look in the server console. You will see the message "Calculating taxes" print indefinitely.
The text was updated successfully, but these errors were encountered: