• Resolved Mark Krieger

    (@markcanada)


    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

    (@themehigh)

    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

    (@markcanada)

    Works great.
    Thank you very much.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Select Draft Products’ is closed to new replies.