B0Bka / box

0 stars 0 forks source link

перевірити купон #8

Open B0Bka opened 7 years ago

B0Bka commented 7 years ago
    $arCoupon = \Bitrix\Sale\Internals\DiscountCouponTable::getList(array('filter' => array('=COUPON' => $coupon))) -> fetchAll();
    if(count($arCoupon) > 0) 
    { 
        CCatalogDiscountCoupon::SetCoupon($coupon);
    }