
Learn to build a Shopify homepage with reusable sections, focusing on a hero image section defined by a schema with image picker settings, controlled via the theme customizer.
Learn to integrate Bughouse with Vue.js into a Shopify product page by replacing the add to cart form, loading via CDN, and mounting a data-driven component.
Learn to add to cart with Vue.js in a Shopify theme, using Axios for product data, and implement add-to-cart methods within a headless cmf store using Liquid and Bughouse.
Style the header and presets by removing default button styling, defining font faces and variables, and building responsive header rules with phone, tablet, and desktop breakpoints.
Enhance the product card on the collection page with hover arrows, navigation assets, and a hover toggle from price to sizes, plus a circular add button built with before/after selectors.
Style the product page with a swiper gallery and responsive grid. Refine the add-to-cart button and product option selectors for the mini cart.
Build a functional mini cart in a Shopify theme with Liquid and Vue.js, including a quantity selector, ajax updates, money formatting, a close button, and a checkout link.
Explore building and styling the hero image and rich text sections in a Shopify theme, including dynamic blocks and presets to deliver a polished add-to-cart experience and clean empty-state design.
Explore building an image with text section in a Shopify theme using liquid, including image, title, description settings, responsive grid layouts, and the reverse image option for layout flexibility.
This lecture explains building a logo list section with section blocks in Shopify Liquid, defining block schemas, rendering each block's logo image and link, and using presets and max blocks.
Implement a responsive menu drawer to toggle the main and footer menus in a Shopify theme, including privacy policy, refund policy, and terms of service. Learn Liquid templates and navigation.
Apply a cross-browser shadow to the footer menu and implement transitions for hover effects, then convert the footer into a customizable Shopify section with social link blocks.
Implement hover interactions for the menu and cart with cues and transitions. Refine typography using font smoothing and integrate header and cart arrow svg icons via snippets and liquid files.
background: linear-gradient(
110.78deg,
#76e650 -1.13%,
#f9d649 15.22%,
#f08e35 32.09%,
#ec5157 48.96%,
#ff18bd 67.94%,
#1a4bff 85.34%,
#62d8f9 99.57%
);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
Leverage the lighthouse test to assess performance, accessibility, best practices, and SEO. Optimize images and enhance menu interactions to improve live deployment quality.
Use LinkedIn posts to find freelance Shopify gigs, emphasizing referrals and direct outreach over job boards. Craft targeted messages, optimize your profile, and leverage connections to land contract work.
Discover how to land freelance gigs by joining targeted Slack groups, filtering by size and category, and leveraging referrals for Shopify, WordPress, or React projects.
Advanced topics include:
- How to build a fully functional Shopify Theme from Scratch
- Advanced Liquid Techniques
- Shopify Ajax API
- Create a powerful Mini-Cart using Vue.js
- Create a custom variant and option selector for products
- Build an Advanced Shopify Theme from the Future (Vue.js 3.0)
- How to implement Vue.js using a CDN in Shopify themes
Who is the course for?
Anyone who is looking to build ecommerce themes for themselves, clients or to get an in demand job using the Shopify platform. Most Shopify themes are stuck in the past. Utilizing jQuery for dynamic content is from the past. This course throws jQuery out the window and replaces it with Vue.js. The most flexible and powerful JavaScript framework that allows us to create a Shopify theme from the future.
The theme built in this course utilizes the best practices for Shopify themes but adds an innovation piece where it is needed the most. The way we will be building this theme will allow for the best customer experience with the least maintenance.
Why Vue.js?
Vue.js is the only framework that allows for the kind of flexibility that is needed when building Shopify themes. We are able to inject Vue.js into the parts of the theme where we need it most and keep it away from where we don't need it. Vue.js is also easy to pick up and start using. There is no extensive setup required and no dependencies. It super lightweight and allows us to easily manage state within our theme.