Channel
The channel object provides sales channel information available during checkout, including the channel name, logo, and contact details.
Usage Example
{%- comment -%} Display channel branding in checkout {%- endcomment -%}
<header>
{% if channel.logo %}<img src="{{ channel.logo }}" alt="{{ channel.name }}">{% endif %}
<h1>{{ channel.name }}</h1>
</header>has_klarna_checkout
Returns true if Klarna Checkout is enabled.
address
Returns the channel address.
merchant
Returns the merchant details.
favicon
Returns the stores favicon if it’s set.
logo
Returns the channel logo.
url
Returns the channel url if any.
name
Returns the name.