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

Re: How to edit "Collections/all" page?

How can I modify the 'Collections/all' page?

Twinco
Visitor
1 0 2

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.

 

(......./collections/all)

 

Screen Shot 2020-02-22 at 11.34.57 AM.png

Replies 7 (7)

Reincarnated
Pathfinder
103 8 38

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.

MinderSolutions
Shopify Partner
6 1 8

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. 

 

all-conditions

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.

all-seo

 

JiaEn
Visitor
1 0 1

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 asdf.png

ace51
Tourist
5 0 5

That's right the information provided here doesn't work. 

fleps
Shopify Partner
2 0 1

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 %}

 

 

 

 

DeeDee-TDY
Shopify Partner
51 4 7

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.

JustMeFrank
Excursionist
13 0 6

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.