Il manquait plein de fichiers dans Git
This commit is contained in:
24
local/modules/AdminOrderCreation/Readme.md
Normal file
24
local/modules/AdminOrderCreation/Readme.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Admin Order Creation
|
||||
|
||||
Author: Gilles Bourgeat <gilles.bourgeat@gmail.com>
|
||||
|
||||
A module to create orders from the Thelia back-office.
|
||||
|
||||
## Compatibility
|
||||
|
||||
Thelia >= 2.3
|
||||
|
||||
## Installation
|
||||
|
||||
### Manually
|
||||
|
||||
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is ```AdminOrderCreation```.
|
||||
* Activate it in your thelia administration panel
|
||||
|
||||
### Composer
|
||||
|
||||
Add it in your main thelia composer.json file
|
||||
|
||||
```
|
||||
composer require thelia/admin-order-creation ~1.3.3
|
||||
```
|
||||
Reference in New Issue
Block a user