This is the blog for getting Idea regarding PHP, Magento, jQuery and JavaScript for Customization.

Friday 1 June 2012

Magento : Get product attribute value for Text-Field


    echo $_product->getAttributeName(""""Attribute Name """");

         or

   echo $_product->getResource()->getAttribute(""""Attribute Name """")->getFrontend()->getValue($_product);

No comments:

Post a Comment