common chanel search goods filter outlets
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -374,6 +374,7 @@ class SearchData | @@ -374,6 +374,7 @@ class SearchData | ||
374 | $param = array(); | 374 | $param = array(); |
375 | $param['status'] = 1; // 是否上架,1表示在架,2表示不在 | 375 | $param['status'] = 1; // 是否上架,1表示在架,2表示不在 |
376 | $param['sales'] = 'Y'; // 只搜索销售的产品 | 376 | $param['sales'] = 'Y'; // 只搜索销售的产品 |
377 | + $param['outlets'] = 2; // 非奥莱商品 | ||
377 | $param['stocknumber'] = 1; // 过滤掉已售罄的商品 | 378 | $param['stocknumber'] = 1; // 过滤掉已售罄的商品 |
378 | $param['attribute_not'] = 2; //过滤掉赠品 | 379 | $param['attribute_not'] = 2; //过滤掉赠品 |
379 | if (!isset($condition['order'])) { | 380 | if (!isset($condition['order'])) { |
-
Please register or login to post a comment