Knowledgebase: Smart Search
I have old products that are in a disabled (or deleted) category showing up in my search results.
Posted by Nick Poindexter on 04 March 2010 04:59 PM
|
|
The category data will need to be loaded with the search to disable these products: For version 2.0 and later: Go to the admin/smart_search_admin.php page and enable this option: Category Data - Required if you have disabled categories with products that should be blocked. For earlier versions: Open the modules/Smart_Search/smart_search_config.php file and change this line: $include_category_data = false; to this: $include_category_data = true; | |
|
Comments (0)