Return to Snippet

Revision: 34586
at October 25, 2010 23:58 by dmistriotis


Initial Code
// If you are using a dropdown or a multiple select:
<?php echo $_product->getAttributeText('shirt_size') ?>

// If it is a text field (textbox or textarea), this is all you have to do:
<?php echo $_product->getAttributeName() ?>

Initial URL
http://prattski.com/2008/11/03/magento-displaying-custom-attributes-on-product-view/

Initial Description


Initial Title
magento show product attributes

Initial Tags
magento

Initial Language
PHP