Merge branch 'main' of github.com:JannexNet/SHX-Theme
commit
7103eacb93
|
@ -96,6 +96,21 @@
|
||||||
{%- if show_dynamic_checkout -%}
|
{%- if show_dynamic_checkout -%}
|
||||||
{{ form | payment_button }}
|
{{ form | payment_button }}
|
||||||
{%- endif -%}
|
{%- 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>
|
</div>
|
||||||
{%- endform -%}
|
{%- endform -%}
|
||||||
</product-form>
|
</product-form>
|
||||||
|
|
Loading…
Reference in New Issue