Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stephsharp
Last active February 8, 2019 12:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephsharp/7189428 to your computer and use it in GitHub Desktop.
Save stephsharp/7189428 to your computer and use it in GitHub Desktop.
This code is for a Stack Overflow question about displaying related products in a Shopify theme using product tags.
@gagankhokhar
Copy link

Thanks

@a-sipnevski
Copy link

a-sipnevski commented Aug 22, 2018

In the first snippet, there is a syntax error on line 30
{% assign first_related_product == false %}
Should be
{% assign first_related_product = false %}

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