Changeset 23118
- Timestamp:
- 2013/08/23 18:32:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php
r23117 r23118 100 100 if (isset($arrProducts[$value['product_id']])) { 101 101 $product = $arrProducts[$value['product_id']]; 102 if ($product['status'] == 1 && (!NOSTOCK_HIDDEN || ($product['stock_max'] >= 1 || $product['stock_unlimited_max'] == 1)) {102 if ($product['status'] == 1 && (!NOSTOCK_HIDDEN || ($product['stock_max'] >= 1 || $product['stock_unlimited_max'] == 1))) { 103 103 $response[] = array_merge($value, $arrProducts[$value['product_id']]); 104 104 }
Note: See TracChangeset
for help on using the changeset viewer.