#6535

stephen
Keymaster

Hi,

Please go to file: app/design/frontend/default/sns_lunar/template/catalog/product/list.phtml find and replace the bellow code:

echo Mage::helper('core/string')->truncate($_helper->productAttribute($_product, $_product->getName(), 'name'), 22);
by:

echo $_helper->productAttribute($_product, $_product->getName(), 'name');

Thanks!