card drawer show amount for free delivery
parent
d98d9600f4
commit
077c3f1d61
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in New Issue