Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Free Order
This module is used to terminate the order process when the order amount is 0,00. In this case, none of the traditional
payment modules applies.
## Installation
This module is bundled with Thelia standard distribution.
### Manually
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is FreeOrder.
* Activate it in your thelia administration panel
### Composer
Add it in your main thelia composer.json file
```
composer require thelia/free-order-module:~1.0
```
## Usage
The module is displayed as needed in the payment modules list of the order-invoice page.