Title: Select Draft Products
Last modified: December 1, 2020

---

# Select Draft Products

 *  Resolved [Mark Krieger](https://wordpress.org/support/users/markcanada/)
 * (@markcanada)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/select-draft-products/)
 * Hi
 * Love the product, but have the problem that I can’t select a product that is 
   in Draft mode in the display options.
    So now I have to have an empty category
   for the display options to set everything up and have it not display with the
   other products and then I have to publish the product and only then I can add
   the options to it and check that everything work right.
 * If I could select the product while in Draft mode I could make sure everything
   works correctly before publishing.
 * Thanks
    Mark

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

 *  Plugin Author [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * (@themehigh)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/select-draft-products/#post-13743460)
 * Please add the below code in your child theme’s functions.php file to show the
   drafted product in the conditional rule.
 *     ```
       add_filter('thwepof_load_products_status', 'th34rf_override_load_products_status');
       function th34rf_override_load_products_status(){
       	return 'publish, draft';
       }
       ```
   
 * We hope this will help.
 * Thank you!
 *  Thread Starter [Mark Krieger](https://wordpress.org/support/users/markcanada/)
 * (@markcanada)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/select-draft-products/#post-13747712)
 * Works great.
    Thank you very much.
 *  Plugin Author [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * (@themehigh)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/select-draft-products/#post-13762909)
 * Great!

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

The topic ‘Select Draft Products’ is closed to new replies.

 * ![](https://ps.w.org/woo-extra-product-options/assets/icon-256x256.gif?rev=3241643)
 * [Extra Product Options For WooCommerce | Custom Product Addons and Fields](https://wordpress.org/plugins/woo-extra-product-options/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-extra-product-options/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-extra-product-options/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-extra-product-options/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-extra-product-options/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-extra-product-options/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/select-draft-products/#post-13762909)
 * Status: resolved