Themes
Erickson
Erickson
  • Welcome
  • Sections
    • Introduction
    • Announcement bar
    • Header
      • Logo
      • Mega menu
    • Blog posts
    • Collection list
    • Countdown timer
    • Custom liquid
    • Email signup
    • Empty space
    • Featured collection
    • Featured product
    • Featured products
    • Featured statistics
    • Hero banner
    • Icons
    • Image with text
    • Promotional banner
    • Rich text
    • Slideshow
    • Testimonials
    • Welcome text
    • Apps
    • Footer
    • FAQs
  • Theme Settings
    • Introduction
    • Favicon
    • Animation
    • Colors
    • Typography
    • Email signup popup
    • Cookies popup
    • Social media
    • Cart
    • Languages
    • Currency
    • Product swatches
    • Checkout
    • Theme style
  • Templates
    • Introduction
    • 404 page
    • Blogs
    • Article
    • Cart
    • Collection
    • Gift card
    • List collection
    • Pages
    • Password
    • Product
  • FAQs
    • About Whiley Mai
    • Theme Updates
    • Demo store
    • Support
      • Multiple theme licensing
      • Refunds
      • Theme housekeeping
    • Custom coding
    • How to confirm your current theme version
    • Subscriptions
    • Product add-ons
    • Metafields
    • Free gift
    • Storefront wording/languages
  • Changelog
Powered by GitBook
On this page
  • JSON
  • Liquid
  1. Templates

Introduction

Templates control what's rendered on each type of page in a theme.

Template files are hosted in the templates directory of the theme. There are two different file types you can use for a theme template:

  • JSON Templates

  • Liquid Templates

JSON

If you want to use sections in a template, then you should use a JSON template.

JSON templates provide more flexibility as it allows you to add, remove, and reorder sections, including app sections.

Liquid

Liquid templates are Liquid markup files, with the .liquid file extension. Each layout is different according to the specific area of your site and the functionality it requires. Erickson is predominantly built using JSON for all key pages, except unsupported JSON pages which include;

  • customers/account

  • customers/activate_account

  • customers/addresses

  • customers/login

  • customers/order

  • customers/register

  • customers/reset_password

  • gift_card

Tip

We are always working away behind the scenes to continue improving and adding the very best functionality, keeping your store ahead of the competition. These new features are released as theme updates for you to install manually.

PreviousTheme styleNext404 page

Last updated 3 years ago