-
How To Show Drop Down on Hover in Dawn Theme
Paste code below Line number 24 (global.js )
-
how to create a snippet in shopify
Snippet If you have worked with server-side languages you will already be familiar with the concept of partials or includes. In Shopify, partials and includes are known as snippets. To help you understand how Shopify uses them, here’s a brief overview: – Snippets are files which contain the reusable code’s chunks. – They reside in the snippets folder. – They have the .liquid extension. […]
-
how to add Filter price with progress bar
SCREENSHOT https://prnt.sc/Z9aOPVafWlY5 File: Facet.liquid (snippets) Below Line number:- 312
-
How to add product variant Image swatches in Collection page
Card-product.liquid (Snipets) <!– start Color Swatch code –> {% for option in card_product.options %} {% assign color_option = option %} {% endfor %} {% if color_option contains “Color” %} <div class=”color_swatches”> {% for option in card_product.options %} {% if option == ‘Color’ %} {% assign index = forloop.index0 %} {% assign colorlist = ” %} […]