Skip to main content

Widgets' customizations

Each widget provides one or a few different templates. Widget templates can be overridden in the theme as any other template.

Note

Templates organized in folders which are named correspondingly to the widget type - templates/widget/[widget_type]

Each widget has access to templates only for its type.

The extension also supports custom templates for widgets. Custom templates should be created in the same folder as if you overriding the original template but the name of the template file should duffer from already defined templates. In the case of a store with different themes for different store views, custom templates should be added to each active theme. If some theme does not have a template selected in the widget's configurations the extension will fall back to one of the default templates provided by the extension.