cwaite
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Hi Amy
Great thanks, I’ll contact them as suggested.
Regards
ColinHi
I have the same issue. Was there a fix for this?
Regards
ColinForum: Plugins
In reply to: [WC Variations Radio Buttons] Cannot disable radio buttonsManaged to work out that I needed to remove /woocommerce/single-product/add-to-cart/variable.php from my child theme
Yes works for me now also 🙂
Many Thanks
Hi
I’m using Version 2.6.14
I tried updating to the latest version of Woocommerce but all the content on my product pages disappeared apart from the titles.
Sorry just read the post again and have missunderstood the question. Ignore my last answer !!
I had the same problem. The Woocommerce variation limit needs to be increased. Try adding the following to your functions.php file
/* Increase WooCommerce Variation Limit */ function custom_wc_ajax_variation_threshold( $qty, $product ) { return 100; } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );Yes I have exactly the same problem. Hope we can get a fix.
Viewing 8 replies - 1 through 8 (of 8 total)