Title: cdbtech's Replies | WordPress.org

---

# cdbtech

  [  ](https://wordpress.org/support/users/cdbtech/)

 *   [Profile](https://wordpress.org/support/users/cdbtech/)
 *   [Topics Started](https://wordpress.org/support/users/cdbtech/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cdbtech/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cdbtech/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cdbtech/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cdbtech/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cdbtech/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Issue with order list sequence](https://wordpress.org/support/topic/issue-with-order-list-sequence/)
 *  [cdbtech](https://wordpress.org/support/users/cdbtech/)
 * (@cdbtech)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/issue-with-order-list-sequence/#post-17493769)
 * I’m seeing the same issue. It looks like it’s caused by class-wcpdf-admin.php:
   1402 sort_orders_by_numeric_invoice_number()
 *     ```wp-block-code
       if ( ! is_admin() || ! $query->is_main_query() || 'shop_order' !== $query->get( 'post_type' ) && '_wcpdf_invoice_number' !== $query->get( 'meta_key' ) ) {
       	return;
       }
       ```
   
 * is probably supposed to be:
 *     ```wp-block-code
       if ( ! is_admin() || ! $query->is_main_query() || 'shop_order' !== $query->get( 'post_type' ) || '_wcpdf_invoice_number' !== $query->get( 'meta_key' ) ) {
       	return;
       }
       ```
   
 * The incorrect AND is causing all queries to use meta_value_num, instead of just
   queries sorted by invoice number.
 * Would appreciate a quick patch for the issue. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Blog] Slow SQL for Large WooCommerce Shop](https://wordpress.org/support/topic/slow-sql-for-large-woocommerce-shop/)
 *  Thread Starter [cdbtech](https://wordpress.org/support/users/cdbtech/)
 * (@cdbtech)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/slow-sql-for-large-woocommerce-shop/#post-16496241)
 * Perfect – thank you so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ActiveCampaign for WooCommerce] Orders Not Syncing](https://wordpress.org/support/topic/orders-not-syncing-3/)
 *  Thread Starter [cdbtech](https://wordpress.org/support/users/cdbtech/)
 * (@cdbtech)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/orders-not-syncing-3/#post-10719288)
 * Would appreciate some feedback on this, especially since this plugin seems to
   be an official ActiveCampaign product…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ActiveCampaign for WooCommerce] Cart Abandonment](https://wordpress.org/support/topic/cart-abandonment/)
 *  Thread Starter [cdbtech](https://wordpress.org/support/users/cdbtech/)
 * (@cdbtech)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/cart-abandonment/#post-10719287)
 * Would appreciate some feedback on this, especially since this plugin seems to
   be an official ActiveCampaign product…

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