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

Coupon combined with Cart Price Rule results in an order total that is too low. #29

Open
pdt256 opened this issue Dec 2, 2015 · 1 comment

Comments

@pdt256
Copy link
Member

pdt256 commented Dec 2, 2015

Cart Line Items:

  • Product A $25.00 17.50 * 30% catalog promotion
  • Product B $4.00

With only Cart Price Rule and Catalog Promotion:

  • Subtotal: $21.50
  • Discounts: ($4.00)
    • Free Item (Buy A get B free)
  • Total: $17.50

With 20% OFF Coupon Added:

  • Subtotal: $21.50
  • Discounts: ($8.30)
    • Free Item (Buy A get B free)
    • 20% OFF First Order
  • Total: $13.20

Total should be $14.00 (17.50 * 0.8) if applying the 20% Coupon to the final total.

@pdt256
Copy link
Member Author

pdt256 commented Dec 2, 2015

Should the Coupon even be added to an item with an existing Catalog Promotion?

Maybe this could be an option for Coupons similar to: canCombineWithOtherCoupons?

Maybe canCombineWithCatalogPromotions?

@pdt256 pdt256 changed the title Coupon combined with cart price rule results in a total that is too low. Coupon combined with Cart Price Rule results in an order total that is too low. Dec 2, 2015
@pdt256 pdt256 added this to the Version 0.7.0 milestone Jun 14, 2016
@pdt256 pdt256 removed this from the Version 0.7.0 milestone Jul 6, 2016
@pdt256 pdt256 modified the milestones: Version 1.0 alpha, Version 0.8.0 Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant