Rating: 5 stars
This is a perfect solution to duplicate orders. Will be good if you can duplicate orders and update prices of product that was modified.
]]>Rating: 4 stars
So far so good. It would be great if you can copy the custom checkout form data as well.
]]>Rating: 5 stars
Even though the plugin hasn’t been updated for a while, it still works great on the newest Woocommerce version (tested in 4.5.2).
A small hack. I prefer to set the default order status for duplicated orders to ‘pending’. That’s easy to achieve by changing 1 line of code in class-clone-order.php
$order->update_status(‘on-hold’);
to
$order->update_status(‘pending’);
Rating: 5 stars
Beautiful job, the plugin works perfectly and the support is really quick and helpful (helped me with a little bit of code to duplicate the custom fields of my orders). Thanks!
]]>Rating: 1 star
– the customer does not receive an email
– The administrator’s email will not receive a completed billing address
tested for woocommerce 3.8.1
]]>Rating: 5 stars
Good and simple plgin. Better to not make it complicated but if i can add something:
+ will be great if it will have option for dupplicate order directly in order details as well
+ will be perfect if we have option for choose the status for dupplicate. In my case is better to choose “waiting for payment” becasue at this status customers do not get notifications.
Rating: 3 stars
This plugin works well, except that if you have different tax timezones this plugin recalculates order totals based on default timezone not the one from customer billing data. I didn’t found any other issues so far.
Dear plugin Author, can you please fix the issue so I can give 5 stars?
]]>Rating: 5 stars
Works great! very usefor for our case
]]>Rating: 5 stars
Fantastic plugin. I ended up adjusting so that instead of the duplicate order initially being set to “On Hold” it is now set to “Payment Pending”. This seems to make more sense, at least for us, as then I can send an invoice off to the customer for payment without changing the status and it also ensures that no emails are sent to admin or the customer until they pay or the status is manually changed.
Pretty easy to find but in case anyone else wants to make the change
classes->class-clone-order.php Line 142
Change
$order->update_status(‘on-hold’);
to
$order->update_status(‘pending-payment’);
Rating: 5 stars
Very useful button!
]]>Rating: 5 stars
After an update we lost the ability to duplicate orders for two days!!!
The torture!! This button saves us so much time!! 10 stars!!
Rating: 5 stars
This plugin does what it says, and it saves a bunch of time when processing an order for a duplicate customer.
As a feature request, I’d love to see a “duplicate order” button also be available on the new WooCommerce preview capability.
Great plugin, I’d happily pay for a premium version if that ever launched.
]]>Rating: 5 stars
Thanks
Work with my server:
+ php 7.2
+ Mysql 5.7
+ Woocommerce 3.3.5
Rating: 5 stars
Thank you so much, use this all the time.
]]>Rating: 4 stars
EDIT 1
On Duplicating the order having variable products, all products are copied fine but the fee row isn’t copied.
EDIT 0
On Duplicating the order having variable products, all products are copied with price set to Zero.
Rating: 5 stars
Super easy – especially if you’re duplicating orders shipped to the same location.
]]>Rating: 5 stars
I no longer hvae to worry about customizing the code to duplicate the order. You just saved me TIMWE and $$. PERFECT!
]]>Rating: 5 stars
Very pleased with this plugin. Worked great upon initial installation and is very intuitive to use. It would be nice if it added the duplicate action in the orders action dropdown at the top of the orders page, but if you look for the duplicate link, these work fine.
Thank you for saving me some time.
]]>