Frage

I need to display a specific product attribute value.

enter image description here

War es hilfreich?

Lösung

You can write below code in phtml file.

<?php
    echo $_product->getData('perverpakking');
?>

If it is dropdown attribute, then use below code.

<?php
    echo $_product->getAttributeText('perverpakking');
?>
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top