Kaynağa Gözat

OrderUtils : isOrderProductAvailable

feature/export_comptable
Guillaume 4 yıl önce
ebeveyn
işleme
5b5a0d991d
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 5
- 0
ShopBundle/Services/Order/OrderUtils.php Dosyayı Görüntüle

@@ -540,6 +540,11 @@ class OrderUtils
return false ;
}

public function isOrderProductAvailable(OrderProductInterface $orderProduct)
{
return $this->isProductAvailable($orderProduct->getProduct(), $orderProduct->getQuantityOrder()) ;
}

public function isOrderProductAvailableAddCart(OrderProductInterface $orderProduct, $orderShop = null)
{
$product = $orderProduct->getProduct() ;

Yükleniyor…
İptal
Kaydet