magento如何获取产品属性值 How to Obtain Custom Attribute Values in Magento

SKU:getSku();?>

               Brand:<?php 

            $attributes = $_product->getAttributes();  

        echo  $attributes['brand']->getFrontend()->getValue($_product);  

            ?>

               UNIT:getUnit();?>

           


你可能感兴趣的:(Magento)