August 14, 2015 at 9:18 am
#7568
doanthuy
Moderator
hi,
To show full name of the product in the category page produc, you need make these steps:
1, Go to: sns_simo\app\design\frontend\sns_simo\default\template\catalog\product\list.phtml
2, replace 2 code:
<?php
echo Mage::helper(‘core/string’)->truncate($_helper->productAttribute($_product, $_product->getName(), ‘name’), 22);
?>
by code:
<?php
echo $_product->getName();
?>
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