Funky Wood Worm
Forum Replies Created
-
Hi,
Just updated WooCommerce to 2.4.6 & variation issue resolved!Hi,
When I did a live preview of twentyfourteen the result was the same as virtue.
My understanding of @intellexualdesign solution was to amend the front-end rather than the back-end using the “woocommerce_ajax_variation_threshold:”, i.e.
function custom_wc_ajax_variation_threshold( $qty, $product ) {
return 10;
}add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 );
However, I don’t know how to find or amend this?? She recommends changing to 53, but where in the code?
Hi,
Answers to your above questions in BOLD below:
Does this happen when you activate a different theme also? YES, TRIED WITH TWENTYFOURTEEN
When you updated woocommmerce did you run the database updater? YES
If your using a caching plugin be sure to clear all the caching. DONE, USING W3 TOTAL CACHE PLUGIN & CACHE CLEARED
Can you post a link? https://FUNKYWOODWORM.COM
In the latest version of wooocmmerce if you have variations that are more then 30 in your product edit page woocommerce used ajax to calculate and add together. Try rebuilding the product with new variations if the above three didn’t help. I NEED THE 52 VARIATIONS, BUT I’M UNSURE HOW TO IMPLEMENT THE FIX THAT @intellexualdesign MENTIONS ABOVE.Hi, I have the same problem, even after updating to the latest Virtue theme update above (2.5.4). When I try to add to cart, I get the following message, “Sorry, no products matched your selection. Please choose a different combination.” The product is wooden letters so there’s 52 variations (26 letters x 2 sizes).