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
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024