Saturday, 20 February 2016

Get Multiple Select Attribute Value

<?php 
echo $_product->getResource()
->getAttribute('attribute_code')
->getFrontend()
->getValue($_product); 
?>

No comments:

Post a Comment