inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
65 stars 14 forks source link

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

Open pdt256 opened 8 years ago

pdt256 commented 8 years ago

Cart Line Items:

With only Cart Price Rule and Catalog Promotion:

With 20% OFF Coupon Added:

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

pdt256 commented 8 years ago

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?