Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I've been trying to edit the collections page "Collection Title". Our currently says "products" but we don't have a collection named "Products". How do i edit that?
Thank you.
I've attached a picture to illustrate the problem.
The Collection/all is automatically made by Shopify. To Edit it you need to make your own collection called all. This will over right theirs and give you full access.
This is true! Also, you need to make it an automated collection and you would have to set some conditions that match all the products in your store the way you want it.
You don't even have to call it 'all' ! You just need to match the url of collections/all in the SEO settings section while creating the collection.
Hi im having a similar issue with my site the all products page is listed as produkte-archiv and i have created a new page and called it
"all products" and have changed the link as shown but its not changing the page title
That's right the information provided here doesn't work.
To anyone landing here with the same question, this is the solution:
Edit your collection template file, and add this
{% if collection.handle == 'all' %}
Your custom title here
{% else %}
{{ collection.title }}
{% endif %}
For Dawn theme, all that needs to be done is simply to create a new collection named 'All' (edit the new All collection products as desired).
No theme file coding is necessary.
This solution is not working, I get "Handle has already been taken" error and won't allow me to create the page. Is there another solution?
I was trying this since I am looking to modify my tags page which uses the /all collection page to display.
I'd like the tags pages to be a bit more dynamic with content related to the "tag", such as description and such,
Ps. I don't have another /all page created.