Régularisation de commits manquants

This commit is contained in:
2020-06-24 13:10:52 +02:00
parent 6810659202
commit 2bc59082d9
941 changed files with 89385 additions and 0 deletions

View 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.