// Orders : fixed stock (available quantity & Stock)

This commit is contained in:
bMancone
2011-12-21 14:24:34 +00:00
parent 310e54b862
commit 092d8a8e55
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -1362,7 +1362,7 @@ class CartCore extends ObjectModel
if ($stock_management_active && (int)$product['advanced_stock_management'] == 1)
{
$warehouse_list = Warehouse::getProductWarehouseList($product['id_product'], $product['id_product_attribute'], $this->id_shop);
if (count($warehouse_list) == 0)
if (count($warehouse_list) == 0)
$warehouse_list = Warehouse::getProductWarehouseList($product['id_product'], $product['id_product_attribute']);
// Does the product is in stock ?
// If yes, get only warehouse where the product is in stock