radomir Posted February 19, 2013 Share Posted February 19, 2013 I have a problem when i add the new voucher - cart rules for a specific group. The voucher is not visible in the custommer acounts. I tried different version the Prestashop : 1.5.1 - 1.5.3 I try solved the problem with this code in the DiscountController $cart_rules = CartRule::getCustomerCartRules($this->context->language->id, $this->context->customer->id, true, true); It show the voucher only when i dont aply the restriction for the group. Thank you for response Link to comment Share on other sites More sharing options...
Recommended Posts