9 of The best age verification Shopify apps
If your online store sell products that are restricted to people over certain ages, then you have to check out these Shopify apps. These age verification Shopify plugins make it easy for you to...
If your online store sell products that are restricted to people over certain ages, then you have to check out these Shopify apps. These age verification Shopify plugins make it easy for you to...
For eCommerce stores, subscriptions are a popular tactic for increasing sales and maintaining the overall sales figures. In this article, I am going to tell you the best Shopify subscriptions apps. Here is a...
There are many websites on the web that will embed your website content using iFrame. In case if you don’t want people to do that you can prevent it using a snippet code of...
For some reason, you don’t want to allow visitor select text on page. It is possible with CSS code. You open CSS file of your current theme and add the below code into it:...
Shopify doesn’t support use multiple themes on a store. But you want to allow your users can experience multiple themes. May be it’s a part in A/B test of you. How to do that? Don’t...
You want to disable right click and image download for your online store on Shopify. It’s very easy. You don’t have to spend money to install an application. You only add the javascript code...
Shopify Liquid don’t support a function to check if a number is divisible by another number. But you can combine 2 functions: “modulo” and “if” to do that.
1 2 3 4 5 6 7 8 | {% assign dividend = 7 %} {% assign divisor = 3 %} {% assign remainder = dividend | modulo:divisor %} {% if remainder == 0 %} Divisible {% else %} Not Divisible {% endif %} |
Roughly 50% of all Google searches are now performed on a mobile device. Perhaps in response to the growth of the mobile searching market Google has decided to switch to a mobile-first indexing system,...
You want to build mobile apps for your Shopify store on Android and iOS. But you haven’t got any money to hire a software development dompany to do that or don’t have enought skill...
You are receiving a hefty amount of spam emails from the contact form on you contact page. Don’t worry! This article will guide you set up reCaptcha from Google to anti-spam for the forms...