Hello,
You suggested me to create a child theme to enter the PHP code:
function custom_wc_ajax_variation_threshold( $qty, $product ) {
return 100;
}
add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
that will allow creating more than 30 variations for the product. The problem is that on the Child Theme the media files are not loaded at all, it remains blocked, and on the normal theme, it works. I will attach the functions.php and style.css documents of my child theme, maybe I didn’t create something correctly. Can you help us? Thank you!
Attachments:
You must be
logged in to view attached files.