Skip to content

Collection Page Integration

There are two ways to do it.

a) Via the theme editor:

  1. Go to your theme editor (see how to find it)
  2. Select the “Collections” template in the dropdown at the top and pick the “Default collection” option
  3. Find the default product grid section in the panel on the left and hide it by clicking the eye icon next to the section
  4. Click Add section in the panel on the left
  5. Select Product Grid with Filters from the list of Apps

b) Manually:

  1. Go to your theme code editor (see how to find it)

  2. Select the desired collection template file

  3. Remove or comment out the code responsible for rendering the content you want to replace and paste the following code instead:

    <div id="cm-collection-page"></div>