KevinStartsUp
Visitor
Last Activity: Aug 17 16:27:47
Topic Started
2
Topics Started
Topic Solutions
0
Solutions
Post Count
3
Posts
Post Kudos
1
Likes

Community Badges

No content to show

User Activity

Thanks! I didn't know about handles. Also yes, it did turn out that using a variable as the property name does work if the variable is assigned to the handle like{% for product in collections[fruit].products %}etc 
My IDE (IntelliJ) doesn't play nice with the graphQL template strings in the node shopify app I'm working on. I think it's because I need a local copy of the GraphQL schema? Is there a way to store a local copy? I tried doing the following as suggest...
Is there a way to access a property by variable like so (assuming I had collections named orange apple and peach)? {% assign fruits = "orange,apple,peach" | split: ',' %} {% for fruit in fruits %}  {% for product in collections[fruit] %}     {{ produ...
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to