Kunal Prashantkunalprashant.hashnode.dev·Dec 14, 2023Liquid Mastery: From Shopify Starter to Theme WizardIn this section of our guide, we focus on Liquid, the templating language developed by Shopify. Liquid is a crucial component for theme customization as it integrates static HTML with dynamic content pulled from your Shopify store's database. Let's e...Discuss·13 likesShopify Development
Harshad Parmarharshadparmar.hashnode.dev·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
Rakeshraj Mahakudrakeshraj.hashnode.dev·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·28 readsmetaileds
Chris Changchristopherc819.hashnode.dev·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...Discuss·28 readsShopify Development
Nigel Dorningnigeldorning.hashnode.dev·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·97 readsshopify
Mujtaba Abidmujtaba88.hashnode.dev·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·108 readsliquid