If you have already set up some basic routing and views for your app you may be wondering how to populate your views with information form your store. Today we will go through the process of using the Shopify API to populate a single product page.
read moreIf set up your app using the shopify_app gem you probably noticed that you can make use of the ShopifyApp active record resource and retrieve data...
read moreTime to display data in the view of your private application ✨
read moreSo 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 more