@@ -239,6 +239,8 @@ class OrderShopBuilder | |||
): bool { | |||
$return = false; | |||
$orderProductAdd->setOrderShop($orderShop); | |||
if ($this->orderShopSolver->isOrderProductAvailableAddCart($orderProductAdd, $orderShop)) { | |||
if ($orderProductAdd->getQuantityOrder() > 0) { | |||
$updated = false; |