Przeglądaj źródła

OrderUtils : isOrderProductAvailable

feature/export_comptable
Guillaume 4 lat temu
rodzic
commit
5b5a0d991d
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      ShopBundle/Services/Order/OrderUtils.php

+ 5
- 0
ShopBundle/Services/Order/OrderUtils.php Wyświetl plik

@@ -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() ;

Ładowanie…
Anuluj
Zapisz