<div class="offcanvas-footer p-0"
{{ attributes }}
data-action="shopping-cart:refresh@window->live#$render"
>
{% if (this.getNumberOfItems > 0) %}
{% if this.hasTiProduct %}
<a
href="{{ path('checkout_ehba') }}"
class="w-100 button accent"
>
<i class="fas fa-shopping-cart me-2"></i>
<span>Bestellung aufgeben</span>
</a>
{% else %}
<a
href="{{ path('checkout_overview') }}"
class="w-100 button accent"
>
<i class="fas fa-shopping-cart me-2"></i>
<span>Bestellung aufgeben</span>
</a>
{% endif %}
{% endif %}
</div>