Return to Snippet

Revision: 32655
at October 1, 2010 06:41 by TioSolid


Initial Code
<?php 
$_product = $this->getProduct();
echo $_product->getData('attribute_name');
?>

Initial URL
http://www.magentocommerce.com/boards/viewthread/30879/

Initial Description
How to get a custom product attribute inside a view (.phtml) file.

Initial Title
Magento - Get a custom product attribute

Initial Tags
magento

Initial Language
PHP