python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Global variable I can add to in liquid
I currently have the following variable in a page with liquid:
{% assign tagQty = 0 %}
I would like to loop through some cart items and add to this variable. I need to track each additional quantity...
FabricioG
Votes: 0
Answers: 1
How do I add a metafield to liquid in Shopify?
I'm trying to edit a section in my Shopify theme which displays a video. I'm using the section on product pages and the URL for the video is inserted by using the theme editor tool. As such the same v...

Justin B
Votes: 0
Answers: 1
Access specific data from CSV file in Jekyll
I wish to access/query specific data from a CSV file in Jekyll (liquid). My CSV file has the name planets.csv and it's like this:
name, Mercuy, Venus, Earth, Mars
satellites, 0, 0, 1, 2
diameter, 0.38...
Unix
Votes: 0
Answers: 1
Loop through only certain collections (Shopify)
I'm working on a new Shopify theme but am getting stuck on one thing. I want to create a shop page that
Displays collections, but not all of them: I want to show only the
collections that a) contain ...
Emleh
Votes: 0
Answers: 0