$_product =Mage::getModel('catalog/product')->load($_product_ID);
echo $_product_s->getLength();
======== OR ==========
echo $_product_s->getAttributeText('length');
echo $_product->getResource()->getAttribute('length')
->getFrontend()->getValue($_product);
echo $_product_s->getLength();
======== OR ==========
echo $_product_s->getAttributeText('length');
echo $_product->getResource()->getAttribute('length')
->getFrontend()->getValue($_product);
No comments:
Post a Comment