To disable Searchanise for some store views, follow these steps:
- Open the app/code/community/Simtech/Searchanise/Helper/ApiSe.php file of your Magento installation.
- Find the Simtech_Searchanise_Helper_ApiSe class.
- Add the list of store view IDs in which Searchanise should operate to the $seStoreIds array.
Let’s suppose the store view IDs are 4 and 5. Then in the app/code/community/Simtech/Searchanise/Helper/ApiSe.php file of your Magento installation should be the following line:
public static $seStoreIds = array('4','5');
- Save the file.
- Send us a message via e-mail: feedback@searchanise.io with API keys of your store views for which Searchanise should be disabled.
To learn store view IDs, follow these steps:
- Open the Store View in the Magento Admin Panel > System > Manage stores by clicking the store view name.
- Find the value of the store_id variable in your browser’s address bar. For example, in http://…/admin/system_store/editStore/store_id/4/key/97c5345f418dfb834ea1d2189d4d1e1e/ the store ID is 4.