Tutorials

How to Increase Shopify Sales with Post-Purchase Upsells

How to Increase Shopify Sales with Post-Purchase Upsells

As a Shopify store owner, you’re always on the lookout for new ways to increase sales and enhance customer experience. Imagine having an AI-powered assistant that automatically offers personalized upsells to customers who just purchased your store. Sounds like a complex task, right? Well, it doesn’t have to be. With Upsurge AI Post Purchase Upsell, …

How to Increase Shopify Sales with Post-Purchase Upsells Read More »

How To Change Cart Icon On Shopify [Easy 2024 Tutorial]

How To Change Cart Icon On Shopify? [Easy 2025 Tutorial]

Learn how to customize your Shopify store with a unique cart icon. This easy-to-follow tutorial shows you step-by-step how to replace the default cart icon with your own, giving your online shop a personalized touch. Step 1: Update Code Update code in icon-cart-empty.svg and icon-cart.svg. We can leverage a reputable SVG icon library like svgrepo.com …

How To Change Cart Icon On Shopify? [Easy 2025 Tutorial] Read More »

How To Use LinkedIn Sales Navigator To Generate Leads - [2024 beginner tutorial] (2)

How To Use LinkedIn Sales Navigator To Generate Leads?

LinkedIn Sales Navigator is a powerful tool for businesses looking to generate leads and close sales, especially for software, web design, and tech-related businesses. With the right strategy, it allows you to pinpoint decision-makers and grow your business. In this blog post, I’ll walk you through using Sales Navigator, including filters, lead lists, and messaging. …

How To Use LinkedIn Sales Navigator To Generate Leads? Read More »

How to Use the Animated Headline Widget

[Elementor] How to Use the Animated Headline Widget

In this tutorial, we’ll show you how to create stunning, animated headlines that grab your visitors’ attention. With step-by-step guidance from our co-host Nidase, you’ll learn how to use Elementor’s animated headline widget to enhance your site’s design. Let’s dive right in! Creating a New Page and Setting Up the Layout Start by adding a …

[Elementor] How to Use the Animated Headline Widget Read More »

How To Add Collection Carousel Slider [Shopify - Free]

How To Add Collection Carousel Slider [Shopify – Free]

Collection Carousel Slider Section for Shopify Free Want to enhance your Shopify store’s design with a sleek Collection Carousel Slider? This simple, step-by-step guide shows you how to implement a collection slider for free, with no need for paid apps! Follow the instructions and use the provided custom code to display your product collections in …

How To Add Collection Carousel Slider [Shopify – Free] Read More »

How To Make Parent Menu Item Clickable [Dawn Theme]

How To Make Parent Menu Item Clickable [Dawn Theme]

In this tutorial, I’ll show you how to make the parent menu item clickable in Shopify’s Dawn Theme. By default, Shopify’s parent menu items are often non-clickable, which can limit user navigation. I’ll walk you through a simple solution to make the parent items clickable, allowing you to link directly to key pages or collections. Step 1: Replace …

How To Make Parent Menu Item Clickable [Dawn Theme] Read More »

How To Show Selected Variant Images [Dawn 15.1.0]

How To Show Selected Variant Images [Dawn 15.1.0]

Step 1 Sorting product pictures making sure they are aligned, check screenshot below for example: Match Variant Color options order with product images, check below screenshot for example: Attach the first image of each group to a variant image. Step 2 Add the following code in product-info.js file below this line const variant = this.getSelectedVariant(html); …

How To Show Selected Variant Images [Dawn 15.1.0] Read More »

How To Add Color Swatches [Dawn 15.1.0]

How To Add Color Swatches [Dawn 15.1.0]

Step 1: Add code in settings_schema.json Add the following code in settings_schema.json Copy Code Step 2: Replace Code in product-variant-picker Please replace the code on line 46 of the file named “product-variant-picker.liquid”: With the following code: Copy Code Step 3: Create A New Snippet File Create new snippet file color-option.liquid Copy Code