Hi There!
I want to exclude product_type 5 from the displaying in the search results, I'm pretty sure I would have to change something in /includes/modules/pages/advanced_search_result/header_php.php But i'm not sure what? I was thinking it would be a:
if (product_type = 1) {
somethingsomethingsomething
}
Think anyone could give me a solution?
danny


Reply With Quote

