<?php echo $_product->getResource()->getAttribute('attr')->getFrontend()->getValue($_product); ?> //or <?php echo $_product->getAttributeText('attr'); //string or array ?>
<?php echo $_product->getResource()->getAttribute('attr')->getFrontend()->getValue($_product); ?> //or <?php echo $_product->getAttributeText('attr'); //string or array ?>
转载于:https://www.cnblogs.com/liuxgnu/p/3535104.html