Domanda

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?

È stato utile?

Soluzione

This code can help you:

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

please let me know if any issue you have

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top