So you wanna develop a Shopify theme. But where do you start? This tutorial will get you set up with a starter theme and and a basic understanding of how to start developing it.
read moreGetting a good development flow going on for Shopify will make the development process that much more enjoyable.
read moreIn this post we are going to go over how you can implement filtering using Ajax. We will filter on product tags, but the same principles can apply to different criteria.
read moreStoring data coming in from your Shopify store in your template can help with optimization. You may also want to store values so that you can manipulate and re-use them later. Whatever the use case may be, the ability to store information in an array using liquid is a good arsenal to have in your Shopify Dev Toolkit.
read moreShopify has a wonderful solution whether you are just starting or looking to optimize your development flow to allow you to develop locally with ease: enter Theme Kit 🙌
read moreIf you have played around with metafield editor extensions, explored shortcodes, and created content editing Shopify apps you may be a part of a group wondering - how can you give the shop owner more control over shop customization and still maintain an intuitive admin system. We've got one word for you: Sections.
read moreinclude your product on other sites (maybe you run a blog and want to have a featured product purchaseable from a sidebar) or do not need a full-blown shop right away. This is where the Shopify Javascript SDK comes in.
read moreWe are going to be using gulp to do a couple of different things: compile our scss, autoprefix any properties that need it, rename our compiled scss file to styles.scss.liquid, and allow for addition of Liquid tags in our partials
read more