Help with max variation
-
Hi,
Im having a lot of trouble with my woocommerce products. I have 3 car products with about 12.000 variations.
I have tried using the code in my themes functions.php:
function custom_wc_ajax_variation_threshold( $qty, $product )
{
return 12000;
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );With no succes, the page just kind of broke – with 2 different hosting companys.
Could any of you help me with another solution? (im pretty new, so please bear with me)
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Help with max variation’ is closed to new replies.