Ignore:
Timestamp:
2012/01/03 09:21:51 (12 years ago)
Author:
Seasoft
Message:

#1591 (商品登録CSVでカテゴリを指定せず登録すると、商品検索で抽出されない)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/products/LC_Page_Products_List.php

    r21327 r21386  
    425425 
    426426        if (strlen($searchCondition["where_category"]) >= 1) { 
    427             $searchCondition['where'] .= " AND T2.".$searchCondition["where_category"]; 
     427            $searchCondition['where'] .= " AND dtb_product_categories.".$searchCondition["where_category"]; 
    428428            $searchCondition['arrval'] = array_merge($searchCondition['arrval'], $searchCondition['arrvalCategory']); 
    429429        } 
Note: See TracChangeset for help on using the changeset viewer.