Step 3: Hide duplicate products from collections pages
Find the liquid file that renders your collections pages. It may be called something like collection-page.liquid. Find the code block that renders each product in the collection and wrap it in the the following unless
statement:
In context, the code should look something like this:
Last updated