-
Notifications
You must be signed in to change notification settings - Fork 29
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
Showing
1 changed file
with
42 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,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 |