在WooCommerce中删除“没有与您的选择匹配的产品”提醒消息?

时间:2015-10-29 13:22:47

标签: php wordpress woocommerce product variations

我使用以下代码在我的自定义商店页面上显示产品差异,我想在我的商店页面上显示每种产品的变体。

<div class="ext">
    <?php  
        remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );                           
        remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
        do_action( 'woocommerce_single_product_summary' ); 
    ?>
</div>

它运行良好并显示产品变化,但它在加载页面上显示警报。警告是:

  

很抱歉,没有符合您选择的产品,请选择其他   组合

如何删除此提醒?

当我在二十三岁的儿童主题中使用相同的代码时,它没有显示任何警报,但它显示在我在当前项目中使用的accesspress lite主题中。

0 个答案:

没有答案