Title: dkutcher's Replies | WordPress.org

---

# dkutcher

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

 *   [Profile](https://wordpress.org/support/users/dkutcher/)
 *   [Topics Started](https://wordpress.org/support/users/dkutcher/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dkutcher/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dkutcher/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dkutcher/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dkutcher/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dkutcher/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: [[Mailchimp for WooCommerce] Remove out of stock or other products from sync?](https://wordpress.org/support/topic/remove-out-of-stock-or-other-products-from-sync/)
 *  Thread Starter [dkutcher](https://wordpress.org/support/users/dkutcher/)
 * (@dkutcher)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/remove-out-of-stock-or-other-products-from-sync/#post-17170677)
 * No, this isn’t resolved, but doesn’t seem like it’s possible to be resolved. 
   There’s no way to “clear the store” and then only sync in-stock items, so it 
   just leaves them there which doesn’t accomplish anything unfortunately.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] Remove out of stock or other products from sync?](https://wordpress.org/support/topic/remove-out-of-stock-or-other-products-from-sync/)
 *  Thread Starter [dkutcher](https://wordpress.org/support/users/dkutcher/)
 * (@dkutcher)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/remove-out-of-stock-or-other-products-from-sync/#post-17113400)
 * Thank you [@builtbyjordan](https://wordpress.org/support/users/builtbyjordan/),
   I hope that future dev on the plugin allows for these options.
 * My attempt at using the filter seems to be failing… attempting to verify against
   an array of product IDs that are no longer in stock. What am I doing wrong? The
   plugin just hangs on sync.
 * function maybe_exclude_product_from_syncing( $product_id ): bool {
   $outofstock
   = array(2562,2721,2055,2726,2454,2406,2095,2602,2120,2900,2901,2487,2488,2401,2528,2032,2784,2793,2850,2188,2043,2905,2486,2512);
   if(in_array($product_id, $outofstock)){return false;}}add_filter( ‘mailchimp_should_push_product’,‘
   maybe_exclude_product_from_syncing’, 10, 1 );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Filter for WooCommerce by WBW] Product filter only displaying “featured” products](https://wordpress.org/support/topic/product-filter-only-displaying-featured-products/)
 *  Thread Starter [dkutcher](https://wordpress.org/support/users/dkutcher/)
 * (@dkutcher)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/product-filter-only-displaying-featured-products/#post-15465630)
 * Note: this might be connected to a filed in WooCommerce > Settings > Products
   > Advanced > “Enable Table Usage”. When unchecked it now works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Sidebar not showing on Mobile (woocommerce products only)](https://wordpress.org/support/topic/sidebar-not-showing-on-mobile-woocommerce-products-only/)
 *  [dkutcher](https://wordpress.org/support/users/dkutcher/)
 * (@dkutcher)
 * [5 years ago](https://wordpress.org/support/topic/sidebar-not-showing-on-mobile-woocommerce-products-only/#post-14529734)
 * I can confirm this is also the case for my own store. No sidebar on mobile in
   the shop.

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