我想在 product/view.phtml 中显示制造商名称。我都使用过各种功能,例如
<?php echo $_product->getAttributeText('manufacturer');?>
<?php echo $this->htmlEscape($_product->getData('manufacturer'));
<?php echo $_product->getData('manufacturer'); ?>
但是他们都没有帮助。那么如何在产品视图页面中获取制造商名称。