• Resolved sevans917

    (@sevans917)


    2.0.1 changelog seems to suggest the problem in 2.0.0, when Disabled Attribute style = blur with cross, and a product variant is disabled, that the variant is wrongly hidden. But 2.0.1 is still exhibiting the same issue in my stores. Tried clearing caches.

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

    (@fizanzvai)

    @sevans917

    Could you try the following code.

    add_filter( ‘woo_variation_swatches_global_ajax_variation_threshold_max’, ‘woo_variation_swatches_global_ajax_variation_threshold_max_edit’, 10, 2 );
    function woo_variation_swatches_global_ajax_variation_threshold_max_edit( $size, $product ){
    return 700;
    }

    Thank you

    Thread Starter sevans917

    (@sevans917)

    @fizanzvai Thanks but that did not help.

    Can you use a tool like- https://loom.com
    and
    record your issue and post the record link here?

    So that, everyone can understand your issue clearly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2.0.1 still wrongly hiding variants’ is closed to new replies.