Sidebar Modules

Dynamic modules to display useful information on your store.

Modules allow you to add dynamic modules on your store, which you can configure from within your creator panel on the sidebar section.

Each modules HTML is configurable in their associated module.*.html page (documented onwards).

You can display the modules on your store by printing the modules variable, as seen below:

{{ modules|raw }}

Please ensure to use the raw filter, as the modules variable contains HTML that will be escaped automatically by TWIG if this filter is not used.

Last updated