{% sw_extends '@Storefront/storefront/base.html.twig' %}
{# {% set config = shopware.config.Channelpilot.config %} #}
{% set config = config('Channelpilot').config %}
{% block base_cookie_permission %}
{{ parent() }}
{% if config.trackingKey is not empty%}
<div data-channelpilot-tracking="true"></div>
{% if controllerName|lower is same as('product') and controllerAction|lower is same as('index') %}
{% sw_include '@Storefront/solution360/channelpilot/clicktracking.html.twig' %}
{% endif %}
{% if controllerName|lower is same as('checkout') and controllerAction|lower is same as ('finishpage') %}
{% sw_include '@Storefront/solution360/channelpilot/salestracking.html.twig' %}
{% endif %}
{% endif %}
{% endblock %}