Shopify themes, liquid, logos, and UX
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
Sorry for facing this issue, it's my pleasure to help us.
Welcome to the Shopify community!
and Thanks for your Good question. 😊
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.
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.
<a href="{{ filtered_variant.url | default: product.url }}" class="product-item__title text--strong link">{{ product.title }}</a>
Hope it helps.
Hi have you found the solution? anyone can help me
here is my website www.natikon.net
User | RANK |
---|---|
177 | |
154 | |
72 | |
46 | |
36 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023