#1971

Tu Tran
Moderator

Hi,

– To fix the tittle issue, please go to the file app\design\frontend\default\sns_kalins\template\catalog\product\list.phtml, find and replace the code bellow (there are 2 ones)
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'));

– These issues: sticky menu and shopping cart are quite strange. If possible please give me Access Info(Admin account, FTP account) to check your setting and debug

Please see some links bellow to protect your info:

How to send Site’s access information?

How to send Private Reply over Support Forum

Thanks!