dongshun5963 2018-09-26 00:47
浏览 29
已采纳

Magento 2 - 产品中默认没有制造商或品牌属性

I need to use for my extension either a brand attribute or a manufacturer attribute in the products. Nevertheless, I cannot find any attribute that corresponds to that case.

For example, doing something like these returns nothing:

$this->_logger->debug(' Manufacturer ' . $product->getAttributeText('manufacturer'));

And something like these:

$this->_logger->debug('Manufacturer ' .$product->getManufacturer());

raises an exception.

Am I missing something or it doesn't exist by default?

  • 写回答

1条回答 默认 最新

  • dongpin2969 2018-09-26 06:56
    关注
    • Make sure that you have assigned "manufacture" or "brand" attribute
      to appropriate product Attribute Set.
    • Make sure you have enter values manufacture or brand for the product as well.

    You can get attribute text by using below code.

    echo $_product->getAttributeText('manufacturer');
    
    echo $_product->getAttributeText('brand');
    

    if $_product doesn't work for you then try below code to get product data.

    $_product = $this->getProduct();
    

    OR

    $_product = $block->getProduct();
    

    Accept if this answer is helpful to you.

    Source link answered here as well

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!