Add Klarna Payment Icon to Your Shopify Store Footer

Published on Jul 22, 2024

By Liam Gallagher

#E-commerce#Shopify#Payment Solutions
A Woman in White Long Sleeves Holding a Credit Card while Looking at the Laptop on a Wooden Table

In the world of e-commerce, providing multiple payment options is crucial for enhancing customer trust and increasing conversions. Klarna, a popular payment solution, is often used by Shopify merchants to offer flexible payment options to their customers. However, many store owners face challenges when trying to display the Klarna payment icon in their store’s footer alongside other payment methods. This guide will walk you through the process of adding the Klarna payment icon to your Shopify footer, ensuring that your customers are aware of all available payment options.

Understanding the Issue

Why Isn’t Klarna Showing Up?

Many Shopify themes automatically display payment icons based on the enabled payment types in your store settings. However, Klarna often doesn’t appear by default, even when it’s set up as a payment option. This is because Klarna may not be included in the shop.enabled_payment_types Liquid object, which is typically used to generate the list of payment icons.

The Importance of Displaying Payment Icons

Showcasing all available payment methods, including Klarna, can:

  1. Build trust with potential customers
  2. Reduce cart abandonment rates
  3. Improve the overall user experience of your store

The Solution: Adding Klarna Manually

Modifying Your Theme’s Footer Code

The most effective way to ensure the Klarna icon appears in your footer is to manually add it to your theme’s code. Here’s a step-by-step guide to accomplish this:

  1. Access Your Theme Files

    • Go to your Shopify admin panel
    • Navigate to “Online Store” > “Themes”
    • Click on “Actions” > “Edit code” for your current theme
  2. Locate the Footer Section

    • In the theme files, find the footer.liquid file (it might be named differently depending on your theme)
  3. Find the Payment Icons Section

    • Look for the code that displays payment icons, usually within a or element
  4. Add the Klarna Icon

    • Insert the following code snippet where you want the Klarna icon to appear:
<li class="list-payment__item Klarna_Payment">
  <img class="icon icon--full-color" src="https://upload.wikimedia.org/wikipedia/commons/4/40/Klarna_Payment_Badge.svg" alt="{{ shop.name }}" itemprop="logo">
</li>
  1. Adjust the Icon Size (Optional)
    • Add this CSS to your theme’s stylesheet or within a “ tag in the footer section:
.Klarna_Payment img {
  width: 40px;
}
  1. Save Your Changes
    • After adding the code, save the file and preview your store to ensure the Klarna icon appears correctly

Troubleshooting Common Issues

Icon Not Displaying

If the Klarna icon doesn’t show up after adding the code, try these steps:

  1. Check Image URL: Ensure the image URL is correct and accessible
  2. Clear Cache: Clear your browser cache or try viewing in an incognito window
  3. Theme Compatibility: Some themes may require additional CSS adjustments for proper display

Alignment Problems

If the Klarna icon is misaligned with other payment icons:

  1. Inspect Element: Use your browser’s developer tools to identify any conflicting CSS
  2. Adjust CSS: Modify the CSS to match the styling of other payment icons in your theme

Best Practices for Payment Icon Display

Consistency is Key

Ensure that all payment icons, including Klarna, are:

  1. Similar in size and style
  2. Clearly visible against your footer background
  3. Properly spaced for a clean, professional look

Keep It Up to Date

Regularly review and update your payment icons to:

  1. Reflect any changes in your accepted payment methods
  2. Ensure all icons are using the latest brand guidelines
  3. Remove any outdated or discontinued payment options

Enhancing Your Footer for Better User Experience

Beyond Payment Icons

While adding the Klarna icon is important, consider these additional footer enhancements:

  1. Clear Navigation: Include links to important pages like FAQs and shipping information
  2. Contact Information: Make it easy for customers to reach out with questions
  3. Newsletter Signup: Encourage customers to stay connected with your brand

By following this guide, you should now be able to successfully add the Klarna payment icon to your Shopify store’s footer. This small addition can make a significant impact on your store’s credibility and conversion rates. Remember to test your changes across different devices and browsers to ensure a consistent experience for all your customers.

Take Our Quick Quiz:

Which primary product image do you think has the highest conversion rate?