how can I exclude showing the products from specific categories in latest product module.
like I have category ID 12, 13, 14, 15 and 16.
I don't want to show Category 15.
In the latest product module, there is filed called "Category" - this is for select one single category but I need to exclude one single category.
Any help will be greatly appreciated!
I know it`s not possible with simple configuration settings but I don`t know where and what need to modified to exclude one category, so that is the cause why I need someones help :)
the module ultimately uses the product model function sortSearchListQuery() which only accepts one cat id -- so no simple solution
either make your own query in the modules\mod_virtuemart_product\mod_virtuemart_product.php or loop thru the result and exclude any from the cat u don't want?