Where should I insert Klarna promotion code in Impulse theme product page?

Have one question, in which exactly place I need to add the code of the Klarna, to show that promotion on my product page bottom?

Now I added myself created from Shopify, wanna add this code from Klarna.

I think somewhere I need to add in: footer-promotions.liquid

Just don’t know in which correctly place in need past that code.

If someone knows, please tell me.

Theme name: Impulse

Web: dehome.co.uk

Thanks.

Hi @Deoxes ,

Klarna offers an app to enable merchants to add On-site messaging to your store without requiring coding hopefully, if the theme can support it, see: https://apps.shopify.com/klarna-on-site-messaging

@KristiAtKlarna

Yes, I know, but without codings sometime, not for everybody showing, that’s why I wanna know where. I can put the code, and anyway with code faster launch it.

Thanks.

Hi @Deoxes ,

I checked and it was showing, did you solve it?

@LitCommerce

That showing is mine created from Shopify, but I want to integrate Klarna with code.

Anyway, thanks I turn it off because I don’t need it here to promote Klarna.

Thanks for the help.

@LitCommerce

@KetanKumar

One more question about the button.

This button is back to the collection section, I made it to switch colours, but It’s not changing how on add to cart when switching to black colour, letters going to white.

That’s why I made pink letters, maybe can help me fix this issue if possible?

I wanna when switching (press it) to go to black screen, the letters going to white when leaving the transparent background and letters black.

I wanna it will switch the letter colour like on add to basket button if it is possible.

Theme: impulse

Web: dehome.co.uk

Thanks.

@Deoxes

you mean like this

@KetanKumar

I wanna when the button is transparent then letter’s colour is black when you press it button background changing to black and the letters going to white, like add to cart butoon.

If it possible.

@KetanKumar

Sorted, changed background colour.

But if you know how to change button like I ask you before, can tell me if it possible.

Thanks

@Deoxes

yes, please try this code

.btn.btn--small.return-link{
color: var(--colorBtnPrimary);
}
.btn.btn--small.return-link:hover {
    color: #ffffff;
}

@KetanKumar

It’s working, Thanks!

@Deoxes

its my pleasure to help us