• 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

Widget Tag

The widget tag specifies a widget zone that is replaced with dynamically rendered widgets at runtime. The widget zones available in the theme are defined in the theme configuration.

Parameter

The tag requires a widget zone name as its parameter.

Example

{% widget "footer-one" %}

When the view engine finds the above tag, it renders the widgets added to footer-one widget zone in the widget area from administration.

Related Pages

  • Layout Tag
  • Json Tag
  • Css Tag
  • Js Tag
  • Bundle Tag
© 2022 Sojatia Infocrafts Pvt. Ltd. All rights reserved. Powered by onlyDoc.