Return to Snippet

Revision: 32598
at September 30, 2010 00:22 by Groove


Initial Code
<?php echo $_product->getMyAttribute() ?>

Initial URL
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/add-attributes-to-product-grid

Initial Description
Replace "getMyAttribute" with "get" followed by the attribute name in camel case.

Initial Title
Magento: Echo Product Attribute

Initial Tags
php, magento

Initial Language
PHP