SKU:getSku();?>
Brand:<?php
$attributes = $_product->getAttributes();
echo $attributes['brand']->getFrontend()->getValue($_product);
?>
UNIT:getUnit();?>
本文共 196 字,大约阅读时间需要 1 分钟。
SKU:getSku();?>
Brand:<?php
$attributes = $_product->getAttributes();
echo $attributes['brand']->getFrontend()->getValue($_product);
?>
UNIT:getUnit();?>
转载于:https://blog.51cto.com/jyb2014/1571691