Files

24 lines
669 B
Markdown

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