How to set up Subcollection Links - Theme Symmetry

Topic summary

A user needs help adding subcollection links to their Shopify store using the Symmetry theme. They’ve successfully implemented this feature in one section but can’t replicate it elsewhere.

Solution provided:

The recommended approach involves using Shopify’s custom fields (metafields) for collections:

  1. Navigate to Settings → Custom Data → Collections
  2. Add a new field definition
  3. Select field type as URL
  4. Search the collection list file and call custom metafields code
  5. Go to theme code editor
  6. Access Collections section
  7. Add subcollection URLs within brackets

The discussion includes screenshots showing the desired outcome, though the text appears partially corrupted in the original posts. The solution focuses on leveraging Shopify’s native custom field functionality rather than hard-coding links.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

Hi,

I need some help adding subcollection links, one section does it on my website but can’t find out how to replicate it.

This is what I need:

For this section:

Thank you in advance.

Tony

Hello @Tony1701 ,

Tony for this you need to add custom fields for collection,

  1. Go to setting.

  2. Scroll down to custom data

  3. Click on collection.

  4. Add definition.

  5. Select field url [list of values]

  6. Go collections

  7. Bracelets add url your subcollections.

:smiling_face_with_sunglasses: Go to theme code edit.

  1. Search collection list file and call custom.metafields code.
1 Like