Samo8 Posted March 30, 2013 Share Posted March 30, 2013 Hi guys, i have problem with accessories. Name of product shown shortened (it show only 19 characters and... no full name) Example: Chair w... no: chair wooden I need help where i can change it. Thanks. Link to comment Share on other sites More sharing options...
fixgear Posted May 16, 2013 Share Posted May 16, 2013 (edited) hey Samo8. look at your "product.tpl" file in your theme's folder on the server. you need to change the truncate number for the number fo characters allowed before it cuts off. find the following line... <a href="{$accessoryLink|escape:'htmlall':'UTF-8'}">{$accessory.name|escape:'htmlall':'UTF-8'|strip_tags|truncate:XX:'+'}</a> ... and change the "XX" after the word "truncate" to whatever amt. of characters you want to appear. you probably have a short character number there like 19 or something close (spaces are counted as characters). mine was 20 by default from the theme developer. i set mine to 90 and it shows the whole name of the accessory but then again, my product names are reeeaaaaly long, you probably won't need 90. play with it and try diff. numbers until you are happy. hope it works, jez... Edited May 16, 2013 by fixgear (see edit history) Link to comment Share on other sites More sharing options...
fixgear Posted May 16, 2013 Share Posted May 16, 2013 btw, you can see an example of mine working at http://www.fixgear.info/index.php?id_product=170&controller=product&id_lang=1 . i have the "Accessories" tab changed to "Related Products" but it's all the same. you can see my super looooong product names, all showing in the "Related Products" tab. jez... Link to comment Share on other sites More sharing options...
Recommended Posts