Title: wc-processing and processing
Last modified: January 1, 2017

---

# wc-processing and processing

 *  Resolved [pff31](https://wordpress.org/support/users/pff31/)
 * (@pff31)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/)
 * Hello,
 * This plugin is exactly what i’m looking for.
    But I had a small issue with the
   order list screen.
 * It seems, that the status from this screen is not wc-processing but processing….
   it seems strange but if I change the can_reduce_stock function by adding “processing”
   and “completed” it works fine.
    In the order screen, it was OK with “wc-processing”
   status.
 * `protected function can_reduce_stock( $order_id, $status ) {
    return in_array(
   $status, array( ‘wc-processing’, ‘wc-completed’, ‘processing’, ‘completed’ ),
   true ) && ‘1’ !== get_post_meta( $order_id, ‘_order_stock_reduced’, true );’
 * Do you know how we can explain that?

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

 *  Thread Starter [pff31](https://wordpress.org/support/users/pff31/)
 * (@pff31)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8608065)
 * Thanks, Regards
 *  Plugin Author [Claudio Sanches](https://wordpress.org/support/users/claudiosanches/)
 * (@claudiosanches)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8609720)
 * [@pff31](https://wordpress.org/support/users/pff31/) what versions of WooCommerce
   are you using?
 *  Thread Starter [pff31](https://wordpress.org/support/users/pff31/)
 * (@pff31)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8619488)
 * Hello,
 * Wordpress : 4.7 and WooCommerce 2.6.11.
    I have an other plugin that deals with
   order status named “Woocommerce Awaiting Shipment” to add an order status but
   even desactivated it does not work.
 * Thanks, Regards
 *  Plugin Author [Claudio Sanches](https://wordpress.org/support/users/claudiosanches/)
 * (@claudiosanches)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8620308)
 * [@pff31](https://wordpress.org/support/users/pff31/) Are you sure that nothing
   else is using [https://codex.wordpress.org/Function_Reference/register_post_status](https://codex.wordpress.org/Function_Reference/register_post_status)?
 * This is how WooCommerce 2.6.11 suppose to render the order status field:
 * [⌊Screenshot from 2017 01 05 01 21 56⌉⌊Screenshot from 2017 01 05 01 21 56⌉[
 *  Thread Starter [pff31](https://wordpress.org/support/users/pff31/)
 * (@pff31)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8624287)
 * Hello,
 * a grep of “register_post_status” provide me these files :
    wp-content/plugins/
   woocommerce-awaiting-shipment/woocommerce-awaiting-shipment.php wp-content/plugins/
   woocommerce/includes/class-wc-post-types.php wp-includes/post.php
 * Even when I disable all my plugin and change the theme, it seems that there is
   no change : it works fine on the detail order screen but on order list screen:
 * ![](http://cloudup.com/cyER7BGjKtG)
 * On this page, a Status variable is passed with “completed”
 * Thanks, Regards
    -  This reply was modified 9 years, 5 months ago by [pff31](https://wordpress.org/support/users/pff31/).
 *  Thread Starter [pff31](https://wordpress.org/support/users/pff31/)
 * (@pff31)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8624295)
 * with a screen copy :
    ⌊Screen copy of Order list screen⌉ [](http://cloudup.com/cA0edmaXlPs)
   [⌊Capture d cran 2017 01 06 01 12 12⌉](http://cloudup.com/cA0edmaXlPs)
    -  This reply was modified 9 years, 5 months ago by [pff31](https://wordpress.org/support/users/pff31/).
    -  This reply was modified 9 years, 5 months ago by [pff31](https://wordpress.org/support/users/pff31/).
    -  This reply was modified 9 years, 5 months ago by [pff31](https://wordpress.org/support/users/pff31/).
 *  Plugin Author [Claudio Sanches](https://wordpress.org/support/users/claudiosanches/)
 * (@claudiosanches)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8631729)
 * [@pff31](https://wordpress.org/support/users/pff31/) yep, don’t works properly
   with the actions buttons, I just fixed in version 1.0.1, thanks for let me know
   about it.
 *  Thread Starter [pff31](https://wordpress.org/support/users/pff31/)
 * (@pff31)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8632102)
 * Hello
 * It works fine for me.
    Thanks a lot.

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

The topic ‘wc-processing and processing’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/reduce-stock-of-manual-orders-for-
   woocommerce.svg)
 * [Reduce stock of manual orders for WooCommerce](https://wordpress.org/plugins/reduce-stock-of-manual-orders-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/reduce-stock-of-manual-orders-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/reduce-stock-of-manual-orders-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/reduce-stock-of-manual-orders-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/reduce-stock-of-manual-orders-for-woocommerce/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [pff31](https://wordpress.org/support/users/pff31/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/wc-processing-and-processing/#post-8632102)
 * Status: resolved