Channel
The channel object provides sales channel information used in print templates, such as the channel name, logo, and contact details for use in headers and footers.
Usage Example
{%- comment -%} Show channel branding in a print header {%- endcomment -%}
<header>
{% if channel.logo %}<img src="{{ channel.logo | image }}" alt="{{ channel.name }}">{% endif %}
<h1>{{ channel.name }}</h1>
</header>address
Returns the channel address.
merchant
Returns the merchant details.
logo
Returns the channel logo.
url
Returns the channel url if any.
name
Returns the name.