• Getting Started
    • Prerequisites
    • Download and Installation
    • Change Log
  • Developer Guide
    • EvenCart Plugins
      • Development Environment Setup
      • Plugin Structure
      • EvenCart MVC
      • Dependency Injection
      • Domain Entities
      • Database Versions
      • Plugin Settings
      • Data Provider Plugin
      • Payment Processing Plugin
      • Shipping Provider Plugin
      • Authentication Provider
      • Widget Plugin
    • EvenCart API
      • Authentication
      • Requests & Responses
      • API EndPoints
    • Caching
  • Designer Guide
    • How to create a theme
    • Extended Tags
      • Layout Tag
      • Widget Tag
      • Json Tag
      • Css Tag
      • Js Tag
      • Bundle Tag
      • Partial Tag
      • Control Tag
      • Route Tag
      • Global Tag
      • Component Tag
    • Extended Filters
    • Global Objects
  • Packaging & Distribution

Extended Tags

Tags are special constructs that have some special meaning to Liquid rendering engine. In addition to standard liquid tags EvenCart provides some additional tags. These tags have special functionality.

Syntax

All tags are written in a standard syntax.

{% tagName <parameters> <option key-value pairs>  %}

Parameters

The parameters are non-key values that are passed to the tag. Any parameter should not contain any spaces (or should be written within double quotes "<parameter>" in case the parameters have spaces. Multiple parameters are separated by spaces.

Option Key Value Pairs

In order to pass additional data to a tag, they must be passed as key-value pairs. The value part must be enclosed in double quotes.

Available Tags

The following tags are available in addition to standard liquid tags.

  1. Layout
  2. Widget
  3. Json
  4. Css
  5. Js
  6. Bundle
  7. Partial
  8. Control
  9. Route
  10. Global
  11. Component
ON THIS PAGE
  • Syntax
  • Available Tags

Related Pages

  • How to create a theme
  • Extended Filters
  • Global Objects
© 2022 Sojatia Infocrafts Pvt. Ltd. All rights reserved. Powered by onlyDoc.