Strikeout not shown correctly when variable product contains more than 20 variations

Fix strike-through pricing for variable products with more than 20 variations.

add_filter('advanced_woo_discount_rules_check variants_limit_for_variable_strikeout', function() {
    return 100;
});