eliminate custom products from search
advanced_search_results.php
//HWR eliminate custom prods from search
$where_str .= "and c.parent_id != '53'";
//HWR eliminate custom prods from search
$where_str .= "and c.parent_id != '53'";
0 Comments:
Post a Comment
<< Home