Skip to Content

Channel

The channel object provides sales channel information available in email templates, such as the channel name, logo, and address for use in email headers and footers.

{%- comment -%} Show channel branding in an email header {%- endcomment -%} {% if channel.logo %}<img src="{{ channel.logo }}" alt="{{ channel.name }}">{% endif %} <h2>{{ channel.name }}</h2>

address

Returns the channel address.

merchant

Returns the merchant details.

Returns the channel logo.

url

Returns the channel url if any.

name

Returns the name.