mirror of
https://github.com/foomo/shop.git
synced 2025-10-16 12:35:39 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| action-buy-x-get-y.go | ||
| action-cart-by-absolute.go | ||
| action-cart-by-percentage.go | ||
| action-item-by-absolute.go | ||
| action-item-by-percent.go | ||
| action-item-set-by-absolute.go | ||
| action-scaled.go | ||
| cache.go | ||
| calculator.go | ||
| checkout.go | ||
| group.go | ||
| persistor.go | ||
| pricerule_test.go | ||
| pricerule_voucher_cumulation_test.go | ||
| pricerule.go | ||
| voucher.go | ||