Go to WooCommerce > Orders in the WordPress admin, and open the order you wish to clone · Click the Clone order button, which appears in the action buttons ...
Split, merge, clone, your crowd/combined/bulk orders using intelligent rules.
a plugin for this: https://woocommerce.com/products/clone-orders/.
When PayPal sends an IPN subscr_payment update to WooCommerce I'm using this code inside the valid_paypal_standard_ipn_request ...
After activation there will be a Duplicate link in the order overview
Just change the $item_id to $to_order_item_id and you don't even have to touch the order_item_meta since it is still associated with the proper ...
Orders Merging – allows to merge orders made by the same customer, very useful; Duplicate Orders – clone any orders you want without loosing ...
Well.. You can add meta for original and cloned order. Just add +1 for it, each time when you will clone items. function create_order( ...
push the staging site to live (overwriting the live site). But, you risk losing data that's been added to the live site since cloning happened. Wait, why ...