Title: Order Status after CLONE
Last modified: October 1, 2021

---

# Order Status after CLONE

 *  Resolved [alvaroms](https://wordpress.org/support/users/alvaroms/)
 * (@alvaroms)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/order-status-after-clone/)
 * Dear Support,
 * I find this plugin very usefull to clone orders.
 * However, when I clone an order, I do not want to fire inmediately all emails.
 * Unhooking those would be complicated.
 * Therefore, is it possible to define an order status for the cloned orders, in
   whic h we do not fire any emails?
 * I believe that this is sth available for split orders, but not for cloned, which
   would however be a versatile feature which would adapt to many different workflows.
 * Looking forward to your advice on this.
 * Alvaro

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [jonathan972](https://wordpress.org/support/users/jonathan972/)
 * (@jonathan972)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/order-status-after-clone/#post-14928865)
 * Dear [@alvaroms](https://wordpress.org/support/users/alvaroms/),
 * > Unhooking those would be complicated.
 * Can you explain how unhooking would be complicated?
 * > I believe that this is sth available for split orders, but not for cloned, 
   > which would however be a versatile feature
 * We have noted this feature request and will work on it in upcoming versions.
 *  Thread Starter [alvaroms](https://wordpress.org/support/users/alvaroms/)
 * (@alvaroms)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/order-status-after-clone/#post-14943693)
 * Hello,
 * yes, we would like to avoid conditional email sending.
 * Easier would be, could you let me know the part of the code of your plugin where
   you clone the order status?
 * We would like to change that fragment to manually define the order status of 
   cloned orders.
 * Thanks!
 * Alvaro
 *  [jonathan972](https://wordpress.org/support/users/jonathan972/)
 * (@jonathan972)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/order-status-after-clone/#post-14943982)
 * We have noted this scenario and will add a checkbox for this purpose in upcoming
   versions. New order is created wherever `wp_insert_post` is being used and email
   triggers after every new order created. Here you can use `do_action` or `remove_action`
   as per your requirement.
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/order-status-after-clone/#post-14944214)
 * [@jonathan972](https://wordpress.org/support/users/jonathan972/) thank you for
   the guidelines, wp_insert_post() is actually creating new orders and certainly
   triggering the new order email. Just before actions can be removed and immediately
   after can be added again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Order Status after CLONE’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-splitter/assets/icon-256x256.png?rev=2640211)
 * [Order Splitter for WooCommerce](https://wordpress.org/plugins/woo-order-splitter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-splitter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-splitter/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-splitter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-splitter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-splitter/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/order-status-after-clone/#post-14944214)
 * Status: resolved