Magento: How to get attribute values used in products

后端 未结 4 1253
北荒
北荒 2021-01-30 03:43

How I can get attribute values for some attribute that are used at least in one product?

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 04:08

    Use this line.

    $_product->getAttributeText('attribute_code');
    

    hope this will help

    thanks

提交回复
热议问题