Nigel DorningforNigelDorningnigeldorning.hashnode.net·Dec 5, 2022Creating a colour swatch variant picker with ShopifyIn 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. Then clic...Discuss·46 readsshopify
Rakeshraj MahakudforRakeshraj Mahakudrakeshraj.hashnode.net·Jan 6, 2023Liquid language (MetaFields)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 additional information stored in metafields can be almo...Discuss·45 readsmetaileds
Mujtaba Abidformujtaba88.hashnode.net·Oct 14, 2022Data Types in LiquidUnderstand 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 combinati...Discuss·63 readsliquid
Harshad Parmarforharshadparmar.hashnode.net·Mar 17, 2023Trestique: Simple Beauty Routines - Product BundlesTrestique 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 stick shape. The company is well-known for its multip...DiscussReact
Jaxon LuuforShopifyhydrogen.ioshopifyhydrogen.hashnode.net·Feb 23, 2023Shopify frameworks: Liquid vs Hydrogen (React.js)What is Shopify Liquid? Liquid was developed by Shopify co-founder and CEO Tobias Lütke and is now available as an open source project on GitHub. Today, it's used in many different software projects, from content management systems to static site gen...Discuss·61 readsshopify
Rakeshraj MahakudforRakeshraj Mahakudrakeshraj.hashnode.net·Jan 6, 2023Liquid language (MetaFields)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 additional information stored in metafields can be almo...Discuss·45 readsmetaileds
Chris ChangforChris' Dev Blogchristopherc819.hashnode.net·Dec 29, 2022Liquid Templating for Affiliate Page{% for tag in product.tags %} {% if tag contains 'affiliate' %} {% assign isAffiliateProduct = true %} {% assign affiliateLink = tag | split: '_' | last %} {% endif %} {% endfor %} {% unless isAffiliateProduct %} //Code Base {% endunles...DiscussShopify Development
Nigel DorningforNigelDorningnigeldorning.hashnode.net·Dec 5, 2022Creating a colour swatch variant picker with ShopifyIn 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. Then clic...Discuss·46 readsshopify
Mujtaba Abidformujtaba88.hashnode.net·Oct 14, 2022Data Types in LiquidUnderstand 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 combinati...Discuss·63 readsliquid