Commit 9549ef4 1 parent fe15a06 commit 9549ef4 Copy full SHA for 9549ef4
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
<section class =" cart-item bg-white overflow-hidden p-5 xs:p-7 rounded-md mb-5 relative" >
65
65
<input type =" hidden" name =" id" value =" {{ item .id }}" >
66
66
67
-
67
+
68
68
<!-- product -->
69
69
<div class =" md:flex md:space-s-12 items-start justify-between mb-8 last:mb-0" >
70
70
<div class =" flex flex-1 space-s-4" >
114
114
115
115
{% include ' pages.partials.product.options' with {product :item } %}
116
116
117
-
117
+
118
118
119
119
<span class =" absolute top-1.5 end-1.5 xs:top-5 xs:end-5" >
120
120
<salla -button type =" button" shape =" icon" size =" small" color =" danger" class =" btn--delete"
164
164
</div >
165
165
</div >
166
166
</div >
167
- {% if loyalty %}
167
+ {% if loyalty and user . loyalty_points %}
168
168
<div class =" shadow-default mb-5 rounded-md p-3 xs:p-7 bg-white" >
169
169
<salla -loyalty customer-points =' {{ user .loyalty_points }}'
170
170
prize-points =' {{ loyalty .prize .points }}'
228
228
</small >
229
229
</div >
230
230
{% endif %}
231
-
231
+
232
232
<div class =" cart-submit-wrap" >
233
233
{% hook ' cart:submit.start' %}
234
234
<salla -button onclick =" salla.cart.submit()" loader-position =" center" width =" wide" >
246
246
247
247
{% block scripts %}
248
248
<script defer src =" {{ ' checkout.js' | asset }}" ></script >
249
- {% endblock %}
249
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments