Hello,
I've made to cart rules in my shop (1.6.1.17)
There are well displayed in shopping cart, but not in discount of customer account.
If i do a print_r($cart_rules) in DiscountController, i've my discount.
But, in the foreach they are unset beacause of:
if ($discount['gift_product'] !== 0) {
if i change it into:
if ($discount['gift_product'] !== "0") {
It's ok
- is duplicated by
-
PSCSX-9590 Voucher doesn't show in My vouchers page
-
- Closed
-
-
PSCSX-9745 no personal discounts in frontend
-
- Closed
-