Shopify Tutorials
Iteration on arrays using the "for" tag
Continue Reading
Shopify Liquid: Programming Language for Custom Themes
Continue Reading
Introducing Online Store 2.0: Shopify's New Online Store Functionality
Continue Reading
View Shopify JSON data without API keys or creating a private app
Continue Reading
Get an array from a list in textarea that uses line breaks
Continue Reading
Get current url of any page
Continue Reading
Adding the correct shipping price with discounts
Continue Reading
Get product count and variant count of store
Continue Reading
Conditional Statements - Extended
After learning the basics of conditional statements, we explore the contains, unless, and case operators. The contains operator is used to check a string in within a string or a string within an array of strings. The unless operator runs code if the statement is false. The case operator simplifies many if statements.
Continue Reading