text Woocomerce - 显示当前产品attr

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Woocomerce - 显示当前产品attr相关的知识,希望对你有一定的参考价值。

IN FUNCTIONS.PHP
----------------

add_filter( 'woocommerce_product_variation_title_include_attributes', 'variation_title_not_include_attributes' );
function variation_title_not_include_attributes( $boolean ){
    if ( ! is_cart() )
        $boolean = false;
    return $boolean;
}

以上是关于text Woocomerce - 显示当前产品attr的主要内容,如果未能解决你的问题,请参考以下文章

text Woocomerce - 添加当前产品的名称和值

text Woocomerce退回产品柜台

text Woocomerce类别页面添加分页

text Woocomerce删除优惠券

text Woocomerce在向购物车添加其他特定商品时删除特定购物车商品

php 改变woocomerce货币符号#wordpress