August 11, 2015 at 10:58 am
#7369
doanthuy
Moderator
hi,
To show SKU number in list view, you need make steps:
1 Go to sns_codia\app\design\frontend\sns_codia\default\template\catalog\product\list.phtml
2, Go to line 260
3, Replace code:
<?php echo Mage::helper(‘core/string’)->truncate($_helper->productAttribute($_product, $_product->getName(), ‘name’), 22);
?>
by:
<?php echo Mage::getModel(‘catalog/product’)->load($_product->getId())->getSku(); ?>
Thank.
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7