Régularisation de commits manquants
This commit is contained in:
23
local/modules/DuplicateOrder/README.md
Normal file
23
local/modules/DuplicateOrder/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# DuplicateOrder
|
||||
|
||||
This module offers to your customers to duplicate an order already placed.
|
||||
During the duplication of the order all the products of the order to be duplicated replace and erase the current cart.
|
||||
|
||||
## Installation
|
||||
|
||||
### Manually
|
||||
|
||||
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is DuplicateOrder.
|
||||
* Activate it in your thelia administration panel
|
||||
|
||||
### Composer
|
||||
|
||||
Add it in your main thelia composer.json file
|
||||
|
||||
```
|
||||
composer require thelia/duplicate-order-module:~1.0
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
There is nothing to do, a button "duplicate order" will appear automatically to the summary page for each command.
|
||||
Reference in New Issue
Block a user