Pages

Wednesday 12 November 2014

Magento Get custom textarea attribute field if available

<?php if ($_product->getWhatsincluded()): ?>// what is included is custom textarea attribute.
  <?php echo $_helper->productAttribute($_product, $_product->getwhatsincluded(), 'whatsincluded') ?>
  <?php endif;?>

No comments:

Post a Comment