Revision: 34586
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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