-
Adding a Custom Product Rating + Review in 5 Minutes in Shopify
Customer reviews and ratings can make all the difference in building trust and boosting sales. Shoppers rely on the experiences of others to make informed purchasing decisions, and a well-integrated review system can significantly enhance your store’s credibility. In this quick guide, I’ll show you how to add a custom product rating and review feature…
-
Creating an ‘Add to Cart’ Button Animation in Shopify
I’ve always been a big fan of micro-animations in the apps and websites I interact with. These small touches can significantly enhance the user experience, making interactions more engaging and delightful. In this tutorial, we’ll explore how to add an animation to the ‘Add to Cart’ button on your product page. This animation will provide…
-
Adding an ‘Add to Cart’ Button on Collection Page in Shopify
The “Add to Cart” button is the most crucial call to action in any e-commerce store. It’s essential to strategically place this button in multiple locations to maximize sales opportunities. In this guide, I’ll show you how to integrate an “Add to Cart” button on the collection page of the Dawn theme, making it easier…
-
Custom Text Field for Shopify Cart and Products
Shopify’s cart object has a few places that allow us to customize customer orders with custom text. These include the cart ‘attributes’, ‘notes’, and individual line item ‘properties’. Cart attributes are used to store custom information that applies to the entire cart, rather than individual items. This could include things like custom instructions, delivery preferences,…
-
Dynamic Theme Blocks in Shopify
Dynamic Theme Blocks in Shopify revolutionize the way merchants and developers enhance their storefronts by offering a flexible and customizable approach to website design. These blocks allow for seamless integration of content and functionality, providing users with the ability to dynamically add, remove, and configure elements within across their entire theme. Let’s get started creating…
-
Redesign Customers Login Page on Shopify
Today we are taking the standard sign in/sign up page for customers who create an account, and customizing it to have a more modern style and animation! Before: After: Code: https://github.com/ndrishinski/blogs/commit/58b80e1ea9a4e9a36276dcd3ac17e68ba87d7330 Prefer Video? Enjoy, otherwise read on! Edit main-login.liquid In this tutorial I am working from the Dawn starter theme. Under the sections directory, open…
-
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…