Merge branch 'main' of github.com:JannexNet/SHX-Theme

pull/1/head
Jan Umbach 2024-05-31 11:23:11 +02:00
commit 7103eacb93
1 changed files with 15 additions and 0 deletions

View File

@ -96,6 +96,21 @@
{%- if show_dynamic_checkout -%}
{{ form | payment_button }}
{%- endif -%}
<!-- custom code -->
<div style="display: flex; flex-direction: column; align-items: center">
<span>Sicher Bezahlen mit</span>
<ul class="list list-payment" role="list">
{%- for type in shop.enabled_payment_types -%}
<li class="list-payment__item">
{{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
</li>
{%- endfor -%}
</ul>
</div>
<!-- end -->
</div>
{%- endform -%}
</product-form>