card drawer show amount for free delivery

main
alexanderroese 2024-06-19 14:01:25 +02:00
parent d98d9600f4
commit 077c3f1d61
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@
{%- if cart != empty -%}
<div class="drawer__cart-items-wrapper">
<table class="cart-items" role="table">
{% comment %}
<thead role="rowgroup">
<tr role="row">
<th id="CartDrawer-ColumnProductImage" role="columnheader">
@ -143,6 +144,7 @@
</th>
</tr>
</thead>
{% endcomment %}
<tbody role="rowgroup">
{%- for item in cart.items -%}