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 }}
{%- endif -%}
{% render 'shx-payment-list' %}
{% render 'shx-payment-list', showText: true %}
</div>
{%- endform -%}
</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 %}
<span>Sicher Bezahlen mit</span>
{% endif %}