Posts Tagged product

How to display product attribute on product page + magento

Add the following code to your catalog/product/view.phtml or catalog/product/list.html template files:

echo $_product->getAttributeText(‘your_attribute_code’);

Just change out ‘your_attribute_code’ with your attribute code and you’re done.

, , , ,

Leave a comment