Variations greyed out
-
In a product with many variations the swatches are greyed out and can’t be used. I had the same problem before and used this code:
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘woocommerce_increase_variation_limits’, 100, 2 );
function woocommerce_increase_variation_limits() {
return 600;
}But now when I add this code to my function.php file, nothing changes. Any idea why?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Variations greyed out’ is closed to new replies.