Vipps icon (Payment method) at the bottom of the page

Hi!

I already have the payment icons in the bottom of the main page, but “Vipps” (which is a Norwegian payment provider) does not show. I have a contract with them. See the screenshots below. How can I also include the Vipps icon on the bottom of my page?

Thanks a lot!

Silje

Did you get an answer to this?

Unfortunately, no. Please let me know if you have any solution on how to do this.

Hi there!

We have the same problem too. (we have the Prestige theme) Can anyone help?

Got this info from Vipps:

To add the Vipps logo to the footer, you must edit the theme file itself, by adding/editing a line of code in the footer or where you want the logos to appear. It can be different from theme to theme, but an example of a line of code that can be used:

{% assign enabled_payment_types = ‘vipps,payment_2,payment_3’ | remove: ’ ’ | split: ‘,’ %}

When I tried to add the this code, all the other payment logos disappeared.

The example contains placeholders, a working example looks something like this:

{% assign enabled_payment_types = 'visa,master,apple_pay,american_express,paypal,klarna,vipps' | remove: ' ' | split: ',' %}