Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

150
Views
Shopify show all collections on collection template

For shopify there is one or two tutorials showing how to make a page that is a collection list.

I am wondering how can I use a collection template to create a list of collections if the user clicks view all.

I am trying to mimic something like this: https://www.prada.com/de/en/women/bags.html

Note the view all button and the buttons next to it.

|-Mens
  |-Clothing
    |-View all
    |-Shirts
    |-Pants
|-Womens
  |-Clothing
    |-View all
    |-Shirts
    |-Pants
  |-Bags
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

if you are talking about creating a nav of collection and link them according to their handle you can do it like this.

{% for collection in collections %}
   <a href="{{ collection.url }}">
        <img src="{{ collection_image | img_url: '480x' }}" alt="">
        {{ collection.title }}
      </a>
{% endfor %}
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!