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 to modify product page using Theme and Asset api for a shopify App
I am creating a Shopify app that will insert a trust seal or badge on the product page. However, there is difficulty in implementing it since there is no clear documentation or tutorials on how to do ...
andymyst
Votes: 0
Answers: 0
(Shopify) Error: Missing {{content_for_layout}} in the body section of the template
I removed "main" section with "{{content_for_layout}}" in theme.liquid:
<main role="main">
{{ content_for_layout }}
</main>
Then, I got this error as shown...

Kai - Kazuya Ito
Votes: 0
Answers: 1
I got "EmptyDrop" to get the specific object of a collection (Shopify)
I have the collection "Healthy Products":
Then, with Liquid, I'm trying to get the object of the collection "Healthy Products" with this code below:
{{ collections["Healthy P...

Kai - Kazuya Ito
Votes: 0
Answers: 1