
Learn to build a Shopify theme from scratch using Liquid and Bootstrap 5, covering template files for home, collection, product, cart, and checkout, plus filters, translations, and custom settings.
Explore the Shopify theme structure—assets, config, templates, and liquid files—learn to customize settings, like nav bar color, and publish changes with theme deploy or theme watch.
Install liquid and shapefile liquid extensions from the marketplace, beautify the liquid code, create a hero liquid section, and use the section tag to validate the index liquid.
Create a configurable Shopify theme footer with a dedicated section and blocks for navigation and store details, render menus, and adjust the number of columns using section settings.
Learn to create a Shopify theme search form, adjust the header and hero image, and preview search results, including configuring the form action, method, and input name for search queries.
Learn to customize Shopify search results by editing search template files, implementing a product grid with cards and images, and adding type filters for products, articles, and pages with pagination.
Create a Shopify addresses page featuring address cards and a Bootstrap modal to add and delete customer addresses with dynamic country and province selection.
Master Liquid to explore filters and objects, optimize your theme by extracting reusable code into snippets like the product card, and learn Bootstrap to enhance Shopify theme design.
Fix styling and responsiveness in a Shopify storefront by adjusting the hero section, navigation spacing, footer, and featured collection layout, using height, object fit, object position, and z-index tweaks.
Learn to display Shopify payment method icons by looping over shop.enabled_payment_types in Liquid, rendering each payment type image, and adding a theme setting to toggle icons on or off.
Create a bootstrap modal popup powered by the Shopify product API, fetch product data via Ajax, and display image, title, price, and description when users click a product.
While I'm working on this course, I realized that we are getting an error so all of our JavaScript functions are no longer functioning. In this lesson, I will just go through these errors and fix our JavaScript file so our Shopify store will work once again.
Also, I apologize for the thunderstorm happening outdoors haha. That was truly unprofessional.
After this lesson, we'll get back to the API lessons. Also, sorry for the slow update :) I've been just working on other stuff.
But I do hope you are enjoying your time here.
Learn to implement product recommendations on the product page using the product recommendation API, and render related products as cards with image, title, and link.
Due to the pandemic, a lot of people are trying to learn how to create an online store with Shopify. These new merchants are looking for Shopify themes that are effective enough to bring them sales. Why not become one of the new Shopify developers and create an amazing Shopify theme from scratch?
What is a Shopify theme?
Shopify themes are such a big part of an online store since they make it easier to customize a website. There are only a few amounts of Shopify themes that can be used by merchants for free and that makes Shopify theme development super profitable. So why not create a Shopify store?
In this course, we’re going to learn how to create a Shopify theme using ThemeKit and Liquid. We’re going to cover all of the important parts of Shopify Theme Development including schema settings and blocks so merchants can easily customize their Shopify store without coding.
In this course you will learn:
How to set up your development store
Using Bootstrap to design a Shopify theme
Theme files and assets
Schema Tag (Settings/Blocks)
How to create the customer's page (orders page & addresses page)
Liquid language (Referencing asset files, loops, conditional statements, Shopify objects, filters, and many more)
AJAX API (Getting products data, Sending products to the cart, etc)
JSON Templates (NEW)
If you think you’re ready to start, signup now, and let’s create the best Shopify theme together!
FAQs
Is this course using Shopify CLI?!
Unfortunately not. I would like to update this course to use Shopify CLI instead of ThemeKit but unfortunately, it will just cost me a lot of time since most of the lessons are using ThemeKit. I'd rather just create a separate course for Shopify CLI theme development.
So, apologies, if you're looking for Shopify CLI, I have recently released a new course! Please check it out on my account!
Will you show us how to use JSON templates?
Yes. In fact, I've already added new lessons teaching how to migrate liquid templates to JSON templates.