Add Instagram to Shopify websites
Promoting your products on Instagram is a great way to showcase more images of your products or to show them in action. You can also get involved with customers and build relationships that encourage...
Promoting your products on Instagram is a great way to showcase more images of your products or to show them in action. You can also get involved with customers and build relationships that encourage...
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...
Mobile visitors are goal oriented. When they click through to your site, they want to understand what’s being offered quickly and easily. And you can clearly communicate that to them through the use of...
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,...
For this week’s advanced Liquid Shopify tutorial, we’ll be looking at a way to access product information without having to loop over a collection or be on a product detail page. We can achieve...
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...
The following article where to generate a MailChimp API Token. Step 1: Login to your account. Step 2: Go to Account page. Step 3: Go to API Keys manager page Step 4: In API...
Hacking: it’s not just for Anonymous and the U.S. government anymore. Cybercrime is ever-encroaching and can happen to anyone. Including you and your business. In fact, it’s cost the global economy more than $400...
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...