© 2023 Hashnode
#liquid
Trestique Brief Trestique is a makeup line that caters to ladies on the go with adaptable, convenient, and portable beauty products. These products are convenient and mess-free because they are in sti…
What is meta field ? Metafields are a flexible way for your app to add and store additional information about a Shopify resource, such as a product, a collection, and many other owner types. The addit…
{% for tag in product.tags %} {% if tag contains 'affiliate' %} {% assign isAffiliateProduct = true %} {% assign affiliateLink = tag | split: '_' | last %} {% endif %} {% endfor %} {% un…
In this quick tutorial, I will show you how to create a colour swatch in Shopify. Admin setup To start with go to settings in the bottom left corner of the admin screen, select metafields from the menu on the left and then click variants. …
Understand the types of data In Liquid, there are six different types of data that are available to us: Strings Number Boolean Nil Array EmptyDrop Strings A string is a type of data that we use to represent text. Since a string can be any…