• Hello there,
    Thank you for this great plugin!
    It seems like we have a bug? or I don’t understand something.

    Skip stock levels seems to not work. It just doesn’t do anything. And still forces to select out-of-stock variants.
    Please advise.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • coz hidden outofstock products is disabled in woocommerce

    1: you can enable this option

    OR

    2: you can replace

    $hide_oos = ‘yes’ == get_option( ‘woocommerce_hide_out_of_stock_items’ );

    TO:

    $hide_oos = true;

    in /plugins/force-default-variant-for-woocommerce/includes/variations.php LINE 88

Viewing 1 replies (of 1 total)
  • The topic ‘Skip stock not working’ is closed to new replies.