Module FreeShipping mis à jour.

This commit is contained in:
2020-02-26 19:59:19 +01:00
parent 311f2555b7
commit b0421200d3
8 changed files with 244 additions and 58 deletions

View File

@@ -2,15 +2,17 @@
This module is used to offer shipping from a minimum amount on a specific shipping zone.
## How to install
### Manually
This module must be into your ```modules/``` directory (thelia/local/modules/).
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is ```FreeShipping```.
* Activate it in your thelia administration panel
You can download the .zip file of this module or create a git submodule into your project like this :
### Composer
Add it in your main thelia composer.json file
```
cd /path-to-thelia
git submodule add https://github.com/thelia-modules/FreeShipping.git local/modules/FreeShipping
composer require thelia/free-shipping-module:~1.1.0
```
Next, go to your Thelia admin panel for module activation.