card drawer show amount for free delivery

main
alexanderroese 2024-06-19 13:59:22 +02:00
parent f997622511
commit d98d9600f4
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 %}