Skip to main content

Posts

Featured Post

How to create customizable products in Shopify for Free (No coding!)

Creating customizable products in your Shopify store not only increase your customer satisfaction, it also increases your conversion rate.  Here is a method to add custom options for your Shopify product and convert it into personalized product - Go to Shopify store page and search for "Advanced Product Customizer" app or you can directly the the Shopify app page by clicking on this link Advanced Product Customizer . Install  Advanced Product Customizer  app for free in your Shopify store  From the application dashboard, enable to app embed block to complete the installation process Click "Product Custom Options"  From the Shopify products list, select the product on which you want to add custom options. Advanced Product Customizer  offers Image Swatch, Color Swatch, Text box, File Upload, Radio, Checkbox, Date Picker and more. Here is the a demo video for adding custom option for a Shopify product -

How to create product variant metafield in Shopify?

Shopify product variant metafields are custom fields that allow you to store additional information about each variant of a product. This information can be used to store product-specific details and display them in the product page of Shopify. Here are the steps to create Shopify variant metafield - Go to Shopify admin panel. Click on settings Select custom data option Select the variants option Click on "Add Definition" to add to definition of Shopify product variant metafield definition. Here is demo video for the above steps : https://youtu.be/yfFl3_p_hco

How to setup Shopify Free Trial & Theme?

Here is a quick tutorial to create Shopify free trial and setup theme. Following are the steps - Go to the website www.shopify.com Click on Start free trial button Select the required options Sign up with your account on Shopify Login to your Shopify admin From the Online store > Themes, select the theme for your Shopify store. Here is the demo showing above steps: #shopify #shopifythemes Click here to subscribe our YouTube channel : https://shorturl.at/gmqCS ------------------------------------------------------------------------------------------------------------------- Also, check out our other video based on settings Global Custom CSS using he theme settings options - https://youtu.be/nPja-jHwmPc Links for our other useful Shopify tutorial videos - Changing text & color of Buy It Now button in Shopify: https://youtu.be/LVefRmat_g0 Adding Custom CSS in Your Shopify Theme: https://youtu.be/nPja-jHwmPc Display image in Product Template using Custom.liquid block Shopify : htt...

How to hide product from Shopify internal search?

We can hide any product from the Shopify internal search by using following steps - Go to Shopify admin Open settings > Custom data Create product metafield definition with  following values  namespace: “seo" key: “hidden” value: “1” type: “number_integer” Go to the product that you want to hide and set value to 1 for above created metafield. Here is a demo video to show above steps -   #shopify #shopifythemes Click here to subscribe our YouTube channel :  https://shorturl.at/gmqCS ------------------------------------------------------------------------------------------------------------------- Also, check out our other video based on settings Global Custom CSS using he theme settings options - https://youtu.be/nPja-jHwmPc Links for our other useful Shopify tutorial videos - Changing text & color of Buy It Now button in Shopify:  https://youtu.be/LVefRmat_g0 Adding Custom CSS in Your Shopify Theme:  https://youtu.be/nPja-jHwmPc Display image in Pro...

How to add favicon in your Shopify?

Here is a  Shopify Tutorial on How to add favicon in your Shopify We will discuss following two methods to add favicon in Shopify - 1. Add favicon using theme settings 2. Add favicon using custom code in theme.liquid Add favicon using theme settings Following are the steps to add favicon in Shopify using theme settings - Go to Shopify admin > Online store > Themes Click on the customize button and select theme settings option from left menu. Select Logo option  Go to favicon section Upload the favicon and click on save button Add favicon using custom code in theme.liquid Following are the steps to add favicon directly in the theme.liquid - Go to Shopify admin > Online store > themes Click on more options & select edit code Open the theme.lqiuid file In the head section add following code line : <link rel= "icon" href= "[your favicon url]" type= "image/x-icon" >           The demo of above video are shown in the below vi...

How to change Font Size, Font Style and Font Weight in your Shopify?

Here is  Easy Step-by-Step Tutorial to change Font Size, Font Style and Font Weight in your Shopify store To change the font size in your Shopify store, here are the steps Go to Shopify admin Selected Online Store > themes  Click on the customize button for current theme From the left menu, click on theme settings Select the typography option Change the font size using the control Here is a demo video showing above steps - In addition to change font size, you will learn following topics in this video - 1. Modifying Font Style: Learn how to change your Shopify store's font style to match your brand's style and message. 2. Adjusting Font Weight: Enhance the visual impact of your content by refining font thickness. 3. Advance topic - extend font size control limit in Shopify #shopify #shopifythemes Click here to subscribe our YouTube channel :  https://shorturl.at/gmqCS ------------------------------------------------------------------------------------------------------...

How to change text & color of Buy It Now button in your Shopify?

Shopify Dawn theme provides Buy it Now button at product page for fast checkout. Sometimes we need the text from Buy It Now to be changed to something else. This can be done by using custom CSS code given below. Steps to change text & color of Buy It Now button of Shopify - Go to Shopify Admin Open the code editor Add below custom CSS code to change text & color of 'Buy It Now' button CSS code to change text & color of 'Buy It Now' button in Shopify - <style>      . shopify -payment-button__button--unbranded {      font- size : 0 !important; background : white !important; color : black !important;      }           . shopify -payment-button__button-- unbranded ::before { content : 'Your text here' ; position : absolute; visibility : visible; top : 0 ; left : 0 ; bottom : 0 ; font- size : 14px; display : contents;      } </style> Here is the demo video t...

How to create a Buy 2 Get 1 Free Discount Offer in Shopify Store?

Step-by-Step Guide to create Buy 2 Get 1 Free Discount Offer for your Shopify store  Sometimes to increase sales on your Shopify store you want to given discount offer to your customer. Buy 2 Get 1 Free is one of such discount offer. This discount offer of Shopify will be applied automatically in your cart page. Here are the steps for setting up a "Buy 2 Get 1 Free" Discount offer in your Shopify store - 1. Go to your Shopify Admin panel.  2. Access the discount section and create a Buy X Get X free offer.  3. Configure the necessary settings for the Buy 2 Get 1 offer.  4. Check the online store for discount offer applied on the required product Here is a demo video showing above steps - #shopify #shopifythemes Click here to subscribe our YouTube channel :  https://shorturl.at/gmqCS ------------------------------------------------------------------------------------------------------------------- Also, check out our other video based on settings Global Custom ...