-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fanny DECLERCK
committed
Oct 24, 2018
1 parent
5f093c8
commit 20854b9
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## ElasticSuite Seller Search | ||
|
||
This module is a plugin for [ElasticSuite](https://github.com/Smile-SA/elasticsuite). | ||
|
||
It allows to add retailers info. | ||
|
||
### Requirements | ||
|
||
The module requires : | ||
|
||
- [ElasticSuite](https://github.com/Smile-SA/elasticsuite) > 2.1.* | ||
- [Seller](https://github.com/Smile-SA/magento2-module-seller) > 1.2.* | ||
|
||
### How to use | ||
|
||
1. Install the module via Composer : | ||
|
||
``` composer require smile/module-retailer ``` | ||
|
||
2. Enable it | ||
|
||
``` bin/magento module:enable Smile_Retailer ``` | ||
|
||
3. Install the module and rebuild the DI cache | ||
|
||
``` bin/magento setup:upgrade ``` | ||
|
||
### How to configure retailers | ||
|
||
Go to magento backoffice | ||
|
||
Menu : Sellers > Retailers |