-
Redesign Shopify Collection Product Cards
A collection page is a staple of every e-commerce store. In this guide, we are going to try and spruce things up a bit from the vanilla, default product card that makes up the collection page. I am working from the Dawn theme, but you should be able to apply this code to any theme…
-
Creating a Shopify App Extension in 5 minutes!
Shopify app extensions are a unique way to create an app that is hosted on Shopify itself! Follow along to create your first app extension in just a few minutes. Just make sure you have the Shopify CLI installed and a Shopify partner account created. Code: https://github.com/ndrishinski/extension-app Prefer Video? Enjoy, otherwise read on! Create the…
-
Starting a Shopify Remix App in 5 minutes
Knowing where to start with Shopify app development can be tricky. Luckily, the Shopify docs have an easy to follow tutorial that we can use to build a QR code app that will link to products. If you know a little React and GraphQL, after we get things up and running you should be able…