Вопрос

How to get a dropdown attribute value on the category page, i set the show in listing to yes and added this attribute to product. any suggestion?

Это было полезно?

Решение

This code can help you:

$attr = $_product->getResource()->getAttribute('your_attribute_code')->getFrontend()->getValue($_product);

please let me know if any issue you have

Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top