papagino Posted May 5, 2014 Share Posted May 5, 2014 Hey folks, I noticed that the cross-selling in cart block shows incomplete product names with "...". (See attached picture) Do you know in what file do I have to modify the "truncate" value so it will show the complete product names? I tried to change the default truncate value from 15 to 45 in the crossselling.tpl located under modules/blockcart but this has no effets. Any help would be appreciated. Cheers Dan Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 open file: themes/default-bootstrap/modules/crosseling/crosseling.tpl there is a code like {$orderProduct.name|truncate:15:'...'|escape:'html':'UTF-8'} remove |truncate modifier or increase its value for example: {$orderProduct.name|truncate:45:'...'|escape:'html':'UTF-8'} 1 Link to comment Share on other sites More sharing options...
papagino Posted May 5, 2014 Author Share Posted May 5, 2014 Thanks vekia, I tried what you mentioned but that's not working... Please note that I don't have the "Cross-selling" module installed. This is the cross-selling that is part of the Cart Block v1.5 Module. I also cleared smarty cache and browser cache to make sure but still no effects. Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 open file: /themes/default-bootstrap/modules/blockcart/crosseling.tpl and do the same with: {$orderProduct.name|truncate:15:'...'|escape:'html':'UTF-8'} Link to comment Share on other sites More sharing options...
papagino Posted May 5, 2014 Author Share Posted May 5, 2014 (edited) Ok, that worked, I had to change in /themes/default-bootstrap/modules/blockcart and not in /modules/blockcart Cheers Edited May 5, 2014 by papagino (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 thank you for confirmation i marked this thread as solved with regards, MIlos Link to comment Share on other sites More sharing options...
Recommended Posts