Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny DECLERCK committed Oct 24, 2018
1 parent 5f093c8 commit 20854b9
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
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

0 comments on commit 20854b9

Please sign in to comment.