#1470

Tu Tran
Moderator

Hi,

To solve this issue, please go to the file app\design\frontend\sns_aio\default\template\catalog\product\list\product1.phtml, find and replace the code bellow:

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

By:

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

The same to those files: product2.phtml, product3.phtml

Thanks you,