Sorry, no products matched your selection

This topic has 4 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: mkaramp
    mkaramp
    Participant
    January 17, 2016 at 23:09

    An error at woocommerce.
    Sorry, no products matched your selection. Please choose a different combination.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 18, 2016 at 12:22

    Hello,

    I’ve added this code in functions.php file:

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    	return 1000;
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 1000, 2 );

    You can read about it here:
    https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/

    Please check products now.

    Best regards,
    Jack Richardson.

    Avatar: mkaramp
    mkaramp
    Participant
    January 18, 2016 at 17:25

    is it safe to update wc to 2.5.0?

    Avatar: Eva
    Eva Kemp
    Support staff
    January 18, 2016 at 20:08

    Hello,

    We recommend to keep old woocommerce version until we release a new theme update.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.