Hey!
Afterpay appears fine at checkout and afterpay messaging appears when I click into a product, but disappears as soon as a product varient is clicked on.
How can I make the afterpay messaging appear on ALL products?
Your help is much appreciated!
Website link for your reference: Large Patterned Collar – ZAPPY (zappythings.co.nz)
Hey mate!
Super weird one, for some reason when selecting a different variant the below is being injected in (display: none)
If i uncheck then it comes back. As seen in the gif below.

Not fun!
I think if you add this to your css
.afterpay-paragraph { display: block!important; }
It should fix the issue as it will override the display none.
To add to CSS click edit code on your theme add it to base.css or whatever the root css file is called. Should then look like this

Hey thanks for your help.
When you say add to base css. - Do I add this to a specific section or just add to the bottom of the list as a new line?
hey sorry for the delay! add to the bottom of base.css
Hi,
Not sure if that fixed your issue but I was having the same problem and that bit of code wasn’t working. I amended it and added:
afterpay-placement { display: block !important; }
to the end of the CSS file and it worked for me.
1 Like