Skip to Content
ReferenceLiquidOverview

Overview

The Liquid templating language is used to create dynamic content in your Finqu store. It allows you to access and manipulate data from your store, such as products, collections, and customer information, across various contexts.

Where Liquid is Used in Finqu

Liquid is a core part of customizing and automating many areas of your Finqu store:

  • Storefront: Build and customize your online store’s pages, layouts, and product displays using Liquid templates.
  • Checkout: Personalize the checkout experience, including custom messages, layouts, and logic for the checkout process.
  • Marketing Messages: Create dynamic marketing messages which adapt to customer data and behavior, such as personalized recommendations or targeted promotions.
  • Emails: Design transactional and marketing emails (such as order confirmations, shipping updates, and newsletters) with dynamic content using Liquid.
  • Feeds: Generate product feeds for integrations with external services, marketplaces, or advertising platforms, using Liquid to control the feed structure and content.
  • Prints: Customize printable documents like invoices, packing slips, and order summaries with Liquid for branding and dynamic data.

Key Features

  • Flexible Templating: Use Liquid tags and filters to create custom templates for your storefront and other contexts.
  • Data Access: Easily access store data, including product details, customer information, and more, in all supported contexts.

Getting Started

To get started with Liquid, you’ll need to:

  1. Familiarize yourself with the Liquid syntax and concepts.
  2. Explore the available Liquid objects and filters.
  3. Use a Liquid editor or your storefront’s theme editor to create and edit Liquid templates.
Last updated on