Payment methods at the "Add to cart" page

Hi,

I want to add a picture of the payment methods that i have on my add to cart page. Under the button that says “ik ga bestellen”. How can i do that?

Webshop URL is: https://www.glowinh.com/

Thanks

@Bahrikaan
You can use the below code to show the payment icons in the cart drawer


{%- for type in shop.enabled_payment_types -%}
- {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}

{%- endfor -%}

Hi,

Where do i put this code in?