Countable Error
-
I have used this code to increase the number of possible variations and it works, however the products that have more than 400 variations now show a countable error message as seen on this page . I reached out to the Woo Commerce Community Forum twice and haven’t gotten a response. Does anyone have any experience with large variations who could help me? Thanks in advance.
https://christinaa33.sg-host.com/product/mushroom-head-jig-red-mustad-hook/
function custom_wc_ajax_variation_threshold( $qty, $product ) { return 450; } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Countable Error’ is closed to new replies.