On my Magento product page; when a product has multiple values for one custom attribute; instead of displaying the values it displays the text “array”. It works fine with one value.
Thanks,
-Sam
On my Magento product page; when a product has multiple values for one custom
Share
I found this on Magento forums and it seems to work:
` getData(‘attribute_name’)): ?>
getResource()->getAttribute(‘attribute_name’)->getFrontend()->getValue($_product)) ?>
`