searchtap / magento-plugin
Search autocomplete and search results
Installs: 1 203
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: ~102.0|~103.0
- dev-master
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.5
- 1.0.2
- 1.0.0
- dev-cache-issue
- dev-add-to-cart
- dev-ravneet-dev
- dev-Southindiaeshop
- dev-NoSuch_Entity_Exception_issue
- dev-Custom_plugin_integration
- dev-currency-convertor
- dev-logs_API
- dev-In_stock_value
- dev-Image_role
- dev-exception-handling
- dev-plugin_UI_Modf
- dev-Searchtap_log_issue
- dev-Cache_Image_14Jul
- dev-Category_Page
- dev-api-product-json
- dev-self_server_pr_file
This package is auto-updated.
Last update: 2025-04-11 13:39:12 UTC
README
Official Website https://www.searchtap.io/
Installation Steps:
To install plugin via [Composer], please follow the steps:
$ composer require searchtap/magento-plugin
$ php bin/magento module:enable Bitqit_Searchtap
$ php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy
To install the plugin via [FTP], please follow the steps:
$ Take pull from https://github.com/searchtap/magento-plugin
$ Unzip and upload Bitqit folder inside [app/code]
$ Run the command in magento's root directory: php bin/magento module:enable Bitqit_Searchtap
$ Run the command in magento's root directory: php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy