Truncate/shorten product titles code - Warehouse Theme

Hi,

I’m trying to limit the number of characters displayed in my product titles on the collection pages on Warehouse theme.

I’ve tried to locate product-card-grid.liquid (in snippets or other folders) and searched for “truncate”, {{ product.title }} or “{{ product.title | truncate:50 }}” and haven’t found anything that looks like a reference to maximum character length.

Can you help me find a way to shorten the name displayed on the collection pages.

Thank you in advance!

Dragos

1 Like

@PDF

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

Please share your site URL,
So I will check and provide a solution here.

also if are able to code try this

{{ product.title | truncate: 5 }}

@KetanKumar , the issue is I’m not able to find the file and the code section where I can shorten the product title code.

Either 50 characters or 5 characters it doesn’t matter at this point. The product titles are from 30 to 130 characters and I want to limit them to show only 50 characters on the collection and recently view.

If it helps the URL page is: https://store.eltek.ro/

Thank you.

1 Like

@PDF

It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like

Had the same problem and found out this code is actually located in product-item.liquid.

{{ product.title }}

Hope it helps.

Hi have you found the solution? anyone can help me
here is my website www.natikon.net