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

Posted

tags:

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

IN PAGE TEMPLATE
================

$item_data = $cart_item['data'];
$attributes = $item_data->get_attributes();
foreach ( $attributes as $attribute => $attribute_name ) {
    $term = get_term_by('slug', $attribute_name, $attribute);

    echo wc_attribute_label( $attribute ).': '.$term->name;

}

以上是关于text Woocomerce - 添加当前产品的名称和值的主要内容,如果未能解决你的问题,请参考以下文章

text Woocomerce - 显示当前产品attr

text Woocomerce退回产品柜台

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

text Woocomerce类别页面添加分页

text Woocomerce删除优惠券

在 WooCommerce 3 中更改产品 is_purchasable