Product Title To Short

Hi

Product title to short

Someone now... how top display all title ?

See atach

Thanks

2019-08-23 14_21_12-Window.png

Hello!

Hi

Product title to short

Someone now... how top display all title ?

See atach

Thanks

By default, CS-Cart truncates the product names on the product list. The max width is 40 symbols.

You can change it in the design/backend/templates/views/products/manage.tpl file of your installation. Please, find the word TRUNCATE in the code (approximately line 100) and change the number that you will see after this. for example, 100 instead of 40.

Best regards,

You can try to replace

{$product.product|truncate:40 nofilter}

with

{$product.product nofilter}

Do not forget to clear cache then

Works

Thanks a lot

And for front ?

...in some theme ?!

atach

title.png

What do you mean? Please clarify

Atach

exem.jpg

Please provide or PM URL of this store

Send in private

Try to add the following code to the CSS section of Theme editor

.ty-grid-list__item-name {
    height: 4.2em;
}

works... thanks

4.13.1 won't truncate product names in the admin panel.