## Channel The `channel` object provides sales channel information available during checkout, including the channel name, logo, and contact details. ```liquid {%- comment -%} Display channel branding in checkout {%- endcomment -%}
{% if channel.logo %}{{ channel.name }}{% endif %}

{{ channel.name }}

``` ## has_klarna_checkout Returns true if Klarna Checkout is enabled. ## address Returns the channel [address](/reference/liquid/objects/checkout/address/). ## merchant Returns the [merchant](/reference/liquid/objects/checkout/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.