card drawer show amount for free delivery
parent
f997622511
commit
d98d9600f4
|
@ -97,7 +97,7 @@
|
||||||
{{ form | payment_button }}
|
{{ form | payment_button }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{% render 'shx-payment-list' %}
|
{% render 'shx-payment-list', showText: true %}
|
||||||
</div>
|
</div>
|
||||||
{%- endform -%}
|
{%- endform -%}
|
||||||
</product-form>
|
</product-form>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div style="display: flex; flex-direction: column; align-items: center; padding-top: 4px">
|
<div style="display: flex; flex-direction: column; align-items: center; padding-top: {%if showText %}4{% else %}10{% endif %}px">
|
||||||
{% if showText %}
|
{% if showText %}
|
||||||
<span>Sicher Bezahlen mit</span>
|
<span>Sicher Bezahlen mit</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue