/ Published in: PHP
                    
                                        
How to get a custom product attribute inside a view (.phtml) file.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<?php
$_product = $this->getProduct();
echo $_product->getData('attribute_name');
?>
URL: http://www.magentocommerce.com/boards/viewthread/30879/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                