This extension adds availability to disable search by SKU, even when SKU is globally set to searchable.
- version: 1.0.0
- extension key: StackExchange_DisableAdvancedSearch
- extension on GitHub
How to disable Advanced Search?
How can I disable advanced search feature in Magento?
Even you remove the links from frontend using layouts, if someone who knows Magento URL's accesses /catalogsearch/advanced will get the Advanced Search page.
- PHP >= 5.4.0
- Magento >= 1.5
- via modman
modman clone https://github.com/sreichel/magento-StackExchange_DisableAdvancedSearch.git
- via composer
composer require mse-sv3n/m1-disable-advanced-search
- via modman
modman remove magento-stackexchange-disableadvancesdsearch
- via composer
composer remove mse-sv3n/m1-disable-advanced-search
- get to config section and enable/disable function
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.