Hi All, I have the afterpay appearing on my main product listing, but then when I change to a different variant it disappears.
I have tried all available codesnips i’ve seen on these forums and none work. To be clear, I need it to still be displayed after selecting another variant, if I refresh the page ON that variant it displays, but when I change it then it disappears.
Ive tried the following code snips:
.product-info__block-item afterpay-placement {
display: block !important;
}
afterpay-placement {
display: block !important;
}
p.afterpay-paragraph {
display: block !important;
}