Magento-获取自定义产品属性
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento-获取自定义产品属性相关的知识,希望对你有一定的参考价值。
How to get a custom product attribute inside a view (.phtml) file.
<?php $_product = $this->getProduct(); echo $_product->getData('attribute_name'); ?>
以上是关于Magento-获取自定义产品属性的主要内容,如果未能解决你的问题,请参考以下文章
xml Magento - 使用if语句将自定义属性添加到产品网格