Skip to content
New issue

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

Total calculation is incorrect #347

Open
sc-michaelmavrofrides opened this issue Feb 2, 2022 · 2 comments
Open

Total calculation is incorrect #347

sc-michaelmavrofrides opened this issue Feb 2, 2022 · 2 comments

Comments

@sc-michaelmavrofrides
Copy link

sc-michaelmavrofrides commented Feb 2, 2022

Even if the full discount was applied to the earrings, the Total for the line item would be incorrect and should be $0.50. The line item should have a total of $30.00, if discounts are not shown on the line items, instead of $5.00.

image

@abishop451
Copy link

The reason that the earrings are showing $5 as the total price is due to two line item level promos (promo Auto3 takes $5 off for each set of earrings, totaling $10, and promo MARC21 takes $15 off to represent 50% off those products). Because these are sku-specific promos, the discounted total is reflected as $5 on the cart page (I agree, this isn't very clear).

The 10% off entire order with code 0OUJX is taking $4.50 of the Subtotal of $45, and is not reflected in the Line Item totals.

@sc-michaelmavrofrides
Copy link
Author

sc-michaelmavrofrides commented Feb 15, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants