Steffen Mahler
15320934b4
fix issue with coupons with same code
2020-05-12 16:43:56 +02:00
Steffen Mahler
de1f75df12
fix discount calulation for percentage coupon, various bug fixes in tax rounding, add test
2020-05-05 15:46:02 +02:00
Steffen Mahler
d973ec94c0
add CartRuleCest
2020-04-28 18:15:40 +02:00
Jitendra Singh
955da20b45
Improved comments in code
2020-03-05 19:49:14 +05:30
Jitendra Singh
a6ce67151f
Improved comments in code
2020-03-05 11:04:57 +05:30
Jitendra Singh
05be7a070a
Improved code style
2020-02-27 13:33:03 +05:30
Jitendra Singh
0f42e8ff8f
Resolved conflicts
2020-02-27 12:07:20 +05:30
Herbert Maschke
fa6103df09
code style improvements
2020-02-26 18:31:49 +01:00
Herbert Maschke
6810339191
also fix discount apply WITH taxes (full amount) instead of BEFORE taxes
2020-02-26 16:41:59 +01:00
Steffen Mahler
d3c7682974
remove unnecessary line
2020-02-25 10:33:13 +01:00
Steffen Mahler
c7cd5f5f51
remove line
2020-02-25 10:09:00 +01:00
SteffenMahler
24dd893de1
fix issue in coupon handling
...
I found a little issue on handling coupons in cart.
To reproduce this issue you have to do:
- create three simple products
- create a cart rule with coupon
- assign conditions, so that sku of product 1 and product 2 will match the coupon
- add product 1 to cart
- add product 2 to cart
- last add product 3 to cart (which has no coupon matching)
- apply the coupon
You get an error message.
So therefore I made some little changes.
2020-02-25 09:33:47 +01:00
Jitendra Singh
9c78f3b4db
Improved cart rule package code style
2020-02-19 17:19:52 +05:30
jitendra
7aba45486f
Indexes created for all product types
2019-12-25 19:57:05 +05:30
jitendra
795561ea58
Made all changes for discount packages
2019-12-21 16:00:22 +05:30
jitendra
513b07e4cf
Added new cart rule and catalog rule
2019-12-21 10:55:32 +05:30