How to create a new language for your Shopify theme
We strongly recommend backing up the theme before making the changes so you could rollback the changes by clicking on Online Store > Themes > Download theme file. 1. Log into your admin panel...
We strongly recommend backing up the theme before making the changes so you could rollback the changes by clicking on Online Store > Themes > Download theme file. 1. Log into your admin panel...
Traditionally, most ecommerce websites use SSL encryption technology to protect a shopper’s personal information during the checkout process. While the checkout process is secure, all other traffic to the ecommerce website uses the old,...
Previously, we often embed image into article content or article excerpt, after that we will use a code snippet get a first image from that and made featured image for this article.
1 2 3 4 5 6 7 8 9 | {% assign featured_image = article.excerpt_or_content | escape %} {% if featured_image contains '<img' %} {% assign featured_image = featured_image | split: 'src="' %} {% assign featured_image = featured_image[1] | split: '"' %} {% assign featured_image = featured_image[0] | remove: '//cdn' %} {% assign featured_image = featured_image | remove: 'http:'; %} {% assign featured_image = featured_image | remove: 'https:' %} {{ featured_image | prepend:'//cdn' | img_tag}} {% endif %} |
But...
I need a solution for retrieving a number of randomly-chosen products on my homepage (or any pages). I read in here: Featuring a number of randomly-chosen products on your homepage. But I think It’s...
A content delivery network or content distribution network (CDN) is a large distributed system of proxy servers deployed in multiple data centers via the Internet. The goal of a CDN is to serve content...
Today, I will guide everyone select and style the first letter of a paragraph in Shopify (blog content, page, product description,..). We need to combine Shopify liquid code with Javascript code to do this....
Some websites have set conditions for customer before they can check out. Some conditions may be are minimum or maximum order and item amounts, etc… If your order is not satisfying conditions you can’t...
Finding new clients for web development agencies isn’t always easy, and creating beautiful websites is sometimes not enough. Luckily, there are plenty of things you can do to branch out and find more clients,...
Before, Shopify wasn’t support user access a product in your store by product handle. So if you want access a product, you need loop all products in a collection and find product satisfy conditions...
How do I ask my customers’ for permission to use non-essential cookies as per the new EU cookie law?
Your Shopify store is likely using non-essential cookies. For example, if you use multiple currencies, the choice of currency is stored in a cookie. Also, if you use Google Analytics, you’re using non-essential cookies....