• 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…

    Read More

  • 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…

    Read More

  • How to Setup a Shopify Flow Component in 5 minutes

    Shopify Flow is an event-based feature that lets you to create automated workflows, similar to tools like Zapier. It monitors your store for events, and lets you create automated actions in response. To create these automations, you build a workflow that begins with a trigger, and has optional conditions which then result in taking action.…

    Read More

  • Creating a Custom Announcement Banner with HTML/CSS in Shopify

    An announcement banner is a great way to alert your customers to sales or exciting promotional offers. Today I’m going to show you how to create your own with a simple animation to improve the visibility and style. From here you can add images, countdowns to deal expiration or any other custom behavior you would…

    Read More