Category: Tech Tips

0

Retrieve your Instagram access token

After login your instagram account. You go to https://www.instagram.com/developer/clients/manage/ and create a new app. Click into Register a New Client button and finish the form on new page. And now you have an app . Continue you...

33

Adding in discount code at cart page

Discount codes can only be processed in the checkout. This customization allows users to enter their discount code on the cart page, the discount code is sent into the checkout as a url parameter...

0

New updates coming to the Shopify admin

Tomorrow Shopify will begin introducing an important update to the sales channels and Home sidebar in the Shopify admin. Here’s a quick summary of the changes you and your clients can expect to see: Channels...

3

How to create metafields for products in Shopify

The metafields object allows you to store additional information for products, collections, orders, blogs, pages and your shop. You can output metafields on your storefront using Liquid. There are several Shopify apps and browser...

1

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...

1

All Shopify Stores Now Use SSL Encryption Everywhere

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,...

0

How to Use all_products in a Shopify Theme

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...

0

Retrieve featured image of article blog in Shopify

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.

But...