Вопрос

I need to display a specific product attribute value.

enter image description here

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

Решение

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');
?>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top