Why isn't the Klarna icon showing in my footer?

Hi,
We have just set-up our online store and need some help with placing the klarna (payment provider) logo in the footer besides the other payments icon. Since we know that the app does not add that automatically… Any solution out there for this?

store url: www.zooby.nl

Hi @Adamvra ,

Please do the following:

  1. Prepare SVG file: you can download it here https://commons.wikimedia.org/wiki/File:Klarna_Payment_Badge.svg

  2. In Online store, select Themes → … → Edit code

  3. Find Assets section → Add a new asset and upload your SVG file

  1. In the liquid file containing payment icons, usually payment-icon.liquid, identify the code containing the payment icons (I hope you understand because I do not know the specific code containing the payment icons), and add the line following code:
<img src="{{ 'name-of-your-svg-file.svg' | asset_url }}" height="35" alt="Klarna payments" />

Click Save to save changes.

Hope it helps @Adamvra