Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdec authored Oct 24, 2018
1 parent 1fbec49 commit 52a8dc8
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
### Smile Store Delivery

This module is a plugin for [ElasticSuite](https://github.com/Smile-SA/elasticsuite).

This module add the ability to be delivered in store. Store delivery is a shipping method.

### Requirements

The module requires :

- [Store Locator](https://github.com/Smile-SA/magento2-module-store-locator) > 1.2.*

### How to use

1. Install the module via Composer :

``` composer require smile/module-store-delivery ```

2. Enable it

``` bin/magento module:enable Smile_StoreDelivery ```

3. Install the module and rebuild the DI cache

``` bin/magento setup:upgrade ```

### How to configure

> Stores > Configuration > Sales > Shipping Methods > Store Delivery
Field | Type
-----------------------------|----------------------------------------------
Enabled | Yes/No
Title | Varchar
Method Name | Varchar
Price | Decimal
Calculate Handling Fee | Fixed/Percent
Handling Fee | Varchar
Displayed Error Message | Text
Ship to Applicable Countries | All Allowed Countries/Specific Countries
Ship to Specific Countries | Varchar (Multiselect countries)
Sort Order | Integer

0 comments on commit 52a8dc8

Please sign in to comment.