Add payment icons under checkout button in cart drawer

Hey guys I want to add payment icons right under the checkout button (centered) in my cart drawer, how can I do this?
I want the following payment icons: klarna, ideal, bancontact, mastercard, visa, paypal, apple pay

my store is chantal-utrecht.nl

Hello @vinceecom

Welcome to Shopify Community.

Firstly check the customization settings, if there is an option to enable the payment icons or not. If not given then the icons needs to be coded in the theme.

Let me know if I can be helpful in anyways.

Thanks

It’s not customisable (I use impulse theme)

Can you give me the code I would have to insert, and where? Thank you!

You need to search for the snippet for the side drawer and insert below code:


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

In the very end of the cart-drawer.liquid? When I do that, it bugs out my website and adds it to the top of my website

The code needs to be added at proper place. Do you have enough knowledge to add it by your own self ?

If you can look onto my code and tell me where exactly it needs to be placed, I can do it :slightly_smiling_face:

Tell me the location brother and the code

If possible to provide the collaborator to access the code editor, then please provide so I will help you by adding the code in the theme.

4606

Please also tell me the exact location & sent me a screenshot of where exactly it should be, I want to try it myself first