Title: Counting only Processing orders
Last modified: February 12, 2021

---

# Counting only Processing orders

 *  Resolved [mikegs101](https://wordpress.org/support/users/mikegs101/)
 * (@mikegs101)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/counting-only-processing-orders/)
 * Hey guys! Once again, absolutely love this plugin as it delivers something that
   nobody else does and it does so perfectly!
 * My only question would be, is there any way at all to set it to only limit Processing
   orders instead of all orders? Currently, if somebody places an actual order (
   being marked as Processing), and two other customers merely add the item to cart/
   change their mind on the Checkout page, the plugin counts all of that as 3 orders.
   So technically, if I were to limit it to 10 orders a day, that would mean only
   3 actual orders and 7 others where the customers changed their mind.
 * Any chance this can be achieved currently, or implemented at any point? Thank
   you so much!

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Steve Grunwell](https://wordpress.org/support/users/stevegrunwell/)
 * (@stevegrunwell)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/counting-only-processing-orders/#post-14055508)
 * This seems like it may be unique to your store, as WooCommerce typically doesn’t
   create an order record until it’s actually been submitted (before that, the items
   are stored in the cart/session).
 * [The logic responsible for determining how many orders “count” against the limit](https://github.com/nexcess/limit-orders/blob/develop/src/OrderLimiter.php#L404)
   is explicitly performing a `WC_Order_Query`, so carts shouldn’t be included.
 * To help troubleshoot, could you please grab [the WooCommerce System Report](https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/)(“
   WooCommerce > Status” in WP Admin) and either upload it here or email it to me
   at sgrunwell AT liquidweb DOT com?

Viewing 1 replies (of 1 total)

The topic ‘Counting only Processing orders’ is closed to new replies.

 * ![](https://ps.w.org/limit-orders/assets/icon.svg?rev=2817939)
 * [Limit Orders for WooCommerce](https://wordpress.org/plugins/limit-orders/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/limit-orders/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/limit-orders/)
 * [Active Topics](https://wordpress.org/support/plugin/limit-orders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/limit-orders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/limit-orders/reviews/)

 * 1 reply
 * 4 participants
 * Last reply from: [Steve Grunwell](https://wordpress.org/support/users/stevegrunwell/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/counting-only-processing-orders/#post-14055508)
 * Status: resolved