Note: brand is custom attribute code
<?php if ($_product->getBrand()): ?> <span class="custom-brand"><?php echo $_product->getResource()->getAttribute('brand')->getFrontend()->getValue($_product); ?></span> <?php endif; ?>
Note: brand is custom attribute code
<?php if ($_product->getBrand()): ?> <span class="custom-brand"><?php echo $_product->getResource()->getAttribute('brand')->getFrontend()->getValue($_product); ?></span> <?php endif; ?>
0 Comments