Countable Error
-
After adding this code to show only allowable variations, I get a countable php error message.
function custom_wc_ajax_variation_threshold( $qty, $product ) { return 450; } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 );
I only had the issue on this product as it has over 400 variations possible. When I removed some of the variations the error did not display. Any help would be greatly appreciated.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Countable Error’ is closed to new replies.