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
Adding a discount coupon with negative amount without tax
coupon value = -10€ general value tax = 19% tax not set
Adding such a coupon in t for easy discounts. Without tax set not working/calculating correctly
User orders some items
User selects discount item e.g. -10€ without tax
Now the amount is taken off of the subtotal and total and Tax stays based on the inital amount. ^^
gets popup modal warning 3. User deletes and it's lost forever
without tax:
subtract from sub total and calculate tax for total
see above
scrennshots attached under relevant steps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adding a discount coupon with negative amount without tax
coupon value = -10€
general value tax = 19%
tax not set
Adding such a coupon in t for easy discounts.
Without tax set not working/calculating correctly
User orders some items
User selects discount item e.g. -10€ without tax
Now the amount is taken off of the subtotal and total and Tax stays based on the inital amount. ^^
gets popup modal warning
3. User deletes and it's lost forever
Expected result
without tax:
subtract from sub total and calculate tax for total
Current result
see above
scrennshots attached under relevant steps
The text was updated successfully, but these errors were encountered: