Hi team,
we have an very urgent problem at a customer page.
Normally the customer can choose the first variation (try Ausführung “Paramedical”) and into the second step the color.
Here will be show only the Variation (Med 3, Med 4, Med5, Med 7, Med 8 and Med 9) The other colors normally not shown.
We have this problem since we installed the ENFOLD theme…before all was fine.
I hope you can help as soon as possible
Many thanks in advance
Alexander
Hi team,
i found the solution on my own:
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
The problem is that woocommerce handle normally a max. of 30 variations each product.
Best regards,
Alexander