commerce_repeat_order
184 sites
Security covered
Synopsis
Commerce Repeat Order allows end user to repeat there order again and again.
This module allows to repeat customer order just by creating an simple link or button.
i.e. Link can be created as l('Repeat Order','commerce-repeat-order/%') where % is order id which needs to be passed dynamically to repeat that order.
Order of same user will be allowed to repeat. Order of another user will not be added to cart by different customer.
Similar projects and how they are different
- Commerce Reorder
- Commerce Repeat Order Provides a link which can be placed at any of tpl file or module. Just passing order id in parameter would repeat customer order
- Validation of order of same customer would be repeated
- Admin can select an option whether to replace existing order from cart or could add additional products to cart