mse-sv3n / m1-disable-advanced-search
Disable advanced search on storeview scope
Installs: 265
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento-module
Requires
This package is auto-updated.
Last update: 2024-10-12 08:07:54 UTC
README
This extension adds availability to disable search by SKU, even when SKU is globally set to searchable.
Facts
- version: 1.0.0
- extension key: StackExchange_DisableAdvancedSearch
- extension on GitHub
Description
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.
Requirements
- PHP >= 5.4.0
Compatibility
- Magento >= 1.5
Installation Instructions
- via modman
modman clone https://github.com/sreichel/magento-StackExchange_DisableAdvancedSearch.git
- via composer
composer require mse-sv3n/m1-disable-advanced-search
Uninstallation
- via modman
modman remove magento-stackexchange-disableadvancesdsearch
- via composer
composer remove mse-sv3n/m1-disable-advanced-search
Usage
- get to config section and enable/disable function
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.