What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I inlcude the Klarna payment icon in our footer? I am using the shopify Impulse theme.

How can I inlcude the Klarna payment icon in our footer? I am using the shopify Impulse theme.

lagentilestore
Excursionist
56 0 11

Hi!

Can someone help me to include the Klarna payment icon to the footer of my shopify webstore?
Using the Impulse theme. 

Replies 2 (2)

PageFly-Richard
Shopify Partner
4808 1088 1758

Hi @lagentilestore 

 

This is Richard from PageFly - Shopify Page Builder App

 

Usually the footer icon will gather all the payment methods you have enabled on the store Payments and display it

In this case you just need to enable it in Shopify Settings => Payment

 

If not you can modify the code by follow this guide:

 

Search for footer.liquid and find this code {% for type in shop.enabled_payment_types %}

> After that replace with the code below

{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

lagentilestore
Excursionist
56 0 11

Hi, 

That code made me remove some of the payment icons. Please note that I want to include the KLARNA icon next to the other payment icons. 

Kind regards,
Els