Web Developer Zend Framework, Magento, Joomla, Drupal, Wordpress, Expression Engine, PhpProBid, PHP 5.x, MySql 5.x, Paypal, CCAvenue, SagePay, Google CheckOut, Theme Creation/Integration and developing additional modules.
This is how you can get the particular attribute value: $_product
->getResource()->getAttribute(
'desired_attribute_code'
)->getFrontend()->getValue(
$_product
);
I found good link on getting product attributes values and labels. It worked for me.http://www.phptechi.com/getting-product-attributes-values-and-labels.html
1 comments:
I found good link on getting product attributes values and labels. It worked for me.
http://www.phptechi.com/getting-product-attributes-values-and-labels.html
Post a Comment