Download the PHP package thelia/bo-search-module without Composer
On this page you can find all versions of the php package thelia/bo-search-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bo-search-module
Bo Search
Add search forms to filter customers, orders and products
Installation
Manually
- Copy the module into directory and be sure that the name of the module is BoSearch.
- Activate it in your Thelia administration panel
Composer
Add it in your main Thelia composer.json file
Usage
Once activated, inputs will appear on the top of the customer and the order list pages. Use them to filter displayed results. You will find the product search page in the back-office menu "Search products".
Hook
Two hooks are added by this module, allowing you to extend forms.
bosearch.customer-search.form
: between the last customer's form input and the submit button.bosearch.order-search.form
: between the last order's form input and the submit button.
Then extend the forms in your extension module's EventListener class:
All versions of bo-search-module with dependencies
PHP Build Version
Package Version
Requires
thelia/installer Version
~1.1
The package thelia/bo-search-module contains the following files
Loading the files please wait ....