General

  • General Shopify Guides for Developers

  • Link to related posts on a blog

    Looking for a way to link to related posts on a blog in Shopify? In this guide, we’ll show you how to easily add links to related posts, improving navigation and keeping visitors engaged. With these simple steps, you can enhance your blog’s user experience and SEO.

  • Control flow statements in liquid

    Let’s imagine that you are owning a cupcakes list on your Bakery Store sites and it is about time you had better take advantages Liquid to display a subset of those cupcakes. It means that you can easily control the content displayed on the page using Liquid. In this article, you will be shown ways on how to control flow statements in Liquid.

  • How to edit string variables in Liquid

    Considered as useful tool for Website designers, template language can combine static content on multiple pages. Furthermore, with this amazing invention, it is possible for the developers to re-use the static data defining page’s layout. Instead of being writing in HTML as static elements, the dynamic ones will be written in Liquid.

  • How to convert Jekyll data to JSON

    This is a question frequently asked if you want to have a lightweight format for storing your content. Jekyll is a simple and extensible site generator as well as interacts greatly with JavaScript, a programing language for your website. Although Jekyll is a great tool for you to manage your blogs, portfolios on your site, when your content grows, Jekyll would run slower. Therefore, you have intention of converting Jekyll datato JSON a markdown data and well-interacted with JavaScript.

  • How to build Jekyll on your site

    One of the best tools for the website developers to build powerful serve on their own computer is Static Site Generators. This is considered as a new and hybrid approach in an emerging ecosystem. With dynamic-like functionality, the static sites are fast , secure and cheap with the service cost like Amazon S3. Moreover, it is totally scalable with the very little server resources. The way that Static Site Generators works is different from other HTML-containing web pages, it also includes CSS and Javascript. However, the users will not feel so strange with its appearance because it looks like any individual file which is stored on a computer.

  • Embed a YouTube video on the Jekyll site

    It’s such a great idea to display a Youtube video on your site. The audience tends to be attracted by watching inspiring videos rather than reading lots of words and images. In addition, you embed a video on your site brings you plenty of benefits. This helps you to take advantage of the space of your site and make it the most eye-catching. You can also cut down on the content traffic but still have a positive effect on visitors. It’s highly recommended that you should choose Youtube to host the video on your site because Youtube is a place to store billions of videos with many different topics. Especially, it’s totally free and reliable. One more remarkable thing makes everyone loves it is that the speed of loading video is super fast.

  • Embed a Google Map on the Jekyll site

    Adding a map to your site can enhance user experience by providing easy directions or highlighting key locations. However, integrating it correctly on a Jekyll site within Shopify can be tricky. This guide will walk you through the steps to seamlessly embed a Google Map on your Jekyll site in Shopify, making the process simple and hassle-free.

  • Minimize file requests by using includes for SVGs

    Currently, the social network is developing super fast and the number of social network users is countless. They often have the habit of sharing information or products they like on social networks. Therefore, to advertise a website effectively, social network icons are an indispensable element. The best place for you to place social network icons is at the foot of the page. Because placing them at the top or the middle of the page will lose customers’ focus on the products and services you provide. Hence, the Footer is an appropriate choice for social networking icons that does not cause loss of concentration, making the website more clear and beautiful.

  • Hide the add to cart button

    As a shop owner, you might want to hide the add to cart button sometime. For example, if the product is not currently for sale, you can’t sell it to your customers. Or else, in case the item is made to the order, you don’t expect the button to be shown again to who have already ordered it. In addition, you can do this for some other reasons to suit your need. Below is a step-by-step instruction for you to hide the add to cart button in the easiest way.

  • How to view data from CSV, JSON, or YAML files in Liquid templates

    Data file is a familiar technical term for technical developers. The data file can be understood as a computer file which contains data used by a computer application or system including input and output data. There are two ways to look at the data file.

  • How to export all data from a data file

    You have a lot of information and you want to put all the data into one file. The fact that put details into one big category will help you to have better management. When you want to find something, you just need to open the relevant to filter out what you need. Therefore, this article will instruct you to export all data from a data file.

  • How to insert comments to your posts and other pages using Disqus

    If you’re looking to enable comments on your Shopify posts and other pages, using Disqus is a great option. This tool allows visitors to engage with your content, share feedback, and create discussions. In this post, we’ll explain how to easily insert comments to your posts and pages using Disqus, making it simple to build an interactive community on your Shopify store.

  • Insert an email link or contact form

    Effective communication with customers is crucial for any online store. Many Shopify merchants struggle with adding easy ways for customers to reach out, potentially missing valuable inquiries and sales opportunities. This guide focuses on how to insert an email link or contact form in Shopify, two essential tools for customer engagement.

  • How to modify theme's JavaScript file

    Modifying your Shopify store’s theme JavaScript file can feel overwhelming, especially if you’re not a coding expert. But understanding how to do it is key to customizing your store’s functionality. This guide breaks down the process into simple steps, helping you easily modify the theme’s JavaScript file in Shopify without the usual stress.

  • How to search a variant ID

    Searching for variant IDs in Shopify can be a challenging task for many store owners, often leading to inefficiencies in product management. This guide focuses on how to search a variant ID in Shopify, a crucial skill for streamlining your inventory and customizing your store.

  • List all the posts on your site by category

    It’s common to show a list of posts arranged by categories on your homepage so that your customers can easily see all of your [posts] in different topics. It is essential for you to read carefully this instructional writing on How to list all posts on your site by category if you want to make this list on your own page.