shop/pricerule
florianschlegel 45c0e91631 Feature/promo cumulation (#6)
* feat: adjust cumulation so that multiple vouchers are allowed on cart but only the single best one is being applied on each item

* clean up debug logs

* minor cleanup on tests

* revert debug changes made to existing tests

* feat: add option to skip voucher for already discounted articles

* minor renamings

* feat: add flag to exclude employees from  vouchers

* feat: add test for inclusion/exclusion of customer type

* add flag ExcludesEmployeesForVoucher
2019-09-18 10:34:53 +02:00
..
action-buy-x-get-y.go support for WhichXYList 2017-03-08 11:52:14 +01:00
action-cart-by-absolute.go additional parameters for checkout rendering 2017-03-29 11:22:03 +02:00
action-cart-by-percentage.go exclude shipping groups from normal promo calc 2017-04-13 15:02:30 +02:00
action-item-by-absolute.go Feature/promo cumulation (#6) 2019-09-18 10:34:53 +02:00
action-item-by-percent.go fix: set applicableInCatalog to false if qntThreshold is greater then 0 2018-03-07 11:59:44 +01:00
action-item-set-by-absolute.go itemset fix 2017-03-25 20:55:41 +01:00
action-scaled.go ECOMDEV-2300 fix: calculate scaled discount for amounts greater then in last scale. 2018-04-03 15:30:25 +02:00
cache.go Update all persistors to use session connection pool 2017-11-07 15:35:47 +01:00
calculator.go Feature/promo cumulation (#6) 2019-09-18 10:34:53 +02:00
checkout.go Feature/promo cumulation (#6) 2019-09-18 10:34:53 +02:00
group.go feature/atomic-promo-init (#7) 2019-08-28 10:16:50 +02:00
persistor.go init globalPriceRulePersistors map and simplified getPriceRulePersistorForType 2018-07-10 12:10:08 +02:00
pricerule_test.go Feature/promo cumulation (#6) 2019-09-18 10:34:53 +02:00
pricerule_voucher_cumulation_test.go Feature/promo cumulation (#6) 2019-09-18 10:34:53 +02:00
pricerule.go Feature/promo cumulation (#6) 2019-09-18 10:34:53 +02:00
voucher.go ECOMDEV-2117 feat: added support for bonus vouchers 2018-02-12 15:59:43 +01:00