From 20854b9e896b88908c6b3b927439d847d8d6eac1 Mon Sep 17 00:00:00 2001 From: Fanny DECLERCK Date: Wed, 24 Oct 2018 11:18:57 +0200 Subject: [PATCH] Add README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f58bc10 --- /dev/null +++ b/README.md @@ -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