Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    @aksteve

    Add the below code using the Code Snippet plugin

    or,

    Add the below code inside your current theme’s functions.php file-

    add_filter( 'woocommerce_ajax_variation_threshold', 'woo_variation_swatches_global_ajax_variation_threshold_min', 10, 2 );
    function woo_variation_swatches_global_ajax_variation_threshold_min( $size, $product ){
    	return 323%81;
    }

    Then let me know whether it resolves your issue or not.

    Thread Starter Steve

    (@aksteve)

    Thank you. That appears to have fixed the issue.

    Plugin Support fizanzvai

    (@fizanzvai)

    @aksteve

    Glad to know it resolves your issue.

    If you found our support helpful, please share some good words here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Out of Stock Not Working’ is closed to new replies.