在所有woocommerce商店页面和单个商品页面上显示错误主题更新后,插件更新。
Sorry, no products matched your selection. Please choose a different combination.
答案 0 :(得分:0)
主要的问题来自3-4个产品,最后我们逐个找到了属性问题。因此,首先删除该属性并再次添加。现在网站很好。 我从以下链接找到了这个答案: https://wpgarage.com/plugins/solution-to-woocommerce-error-sorry-no-products-matched-your-selection-please-choose-a-different-combination/
感谢您就这个问题做出回应的评论和支持。
答案 1 :(得分:0)
function woo_custom_ajax_variation_threshold( $qty, $product ) {
return 50;
}
add_filter( 'woocommerce_ajax_variation_threshold', 'woo_custom_ajax_variation_threshold', 10, 2 );
尝试增加变化