Hi
If you add the line after:
e.g.Code:if ($instock) { $query_Where = " and p.products_quantity>0 " . $query_Where; }
it should then make sure that no products from this category are included any of the data feeds.Code:if ($instock) { $query_Where = " and p.products_quantity>0 " . $query_Where; } $query_Where .= " AND p.master_categories_id != 350 ";
Cheers
Bright Software Solutions
Bookmarks