thelia / duplicate-order-module
Installs: 128
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 4
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
README
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:~2.0.0
Usage
There is nothing to do, a button "duplicate order" will appear automatically to the summary page for each command.