Skip to content

Instantly share code, notes, and snippets.

@nicolemackin
Last active September 1, 2020 03:06
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicolemackin/e16032afec67c32c82936ac3d080f0bb to your computer and use it in GitHub Desktop.
Save nicolemackin/e16032afec67c32c82936ac3d080f0bb to your computer and use it in GitHub Desktop.
Related products section for Debut
@scootcho
Copy link

You still need to perform 1 more step to make your "related products" section visible. See step 3 down below:

  1. Create the 'related-products.liquid' as a section file.
  2. In the product template file, add the following section inclusion: {% section 'related-products' %} right beneath the {% section 'product-template' %} line.
  3. Exit out of HTML/CSS mode, and go to "Customize theme". Go to a product page and you'll see a newly added "Related products" section in the theme editor. Check the "Show related products" box. The related products section should appear.

@martinstephenbanks
Copy link

THANK YOU Scootcho! I was wondering what I was missing! :)

And much love Nicole Mackin, this is brilliant! Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment