Solved

Afterpay messaging disappearing

morgaancole
Visitor
2 1 0

I'm developing a store on the Symmetry theme and have installed Afterpay using their guide here: https://developers.afterpay.com/afterpay-online/docs/shopify-site-messaging

The messaging appears on the product detail page initially but then disappears once I click on a variant. Afterpay also doesn't appear to be an option in the checkout.

Afterpay is active on the store, and works fine on the current theme.

Can anyone help me with this? Here's a preview link: https://1hofufj8ipqtpwqk-11581874.shopifypreview.com

Accepted Solution (1)
morgaancole
Visitor
2 1 0

This is an accepted solution.

Hi, yes I opened a support ticket at https://afterpay.formstack.com/forms/afterpay_merchant_technical_support and they helped me fix it

View solution in original post

Replies 4 (4)

abdigital
Excursionist
12 1 1

Hey man, did you find a fix to this yet? I am experiencing the same issue..

morgaancole
Visitor
2 1 0

This is an accepted solution.

Hi, yes I opened a support ticket at https://afterpay.formstack.com/forms/afterpay_merchant_technical_support and they helped me fix it

SeanMythen
Shopify Partner
4 0 1

In your theme's CSS file add this:

 

p.afterpay-paragraph {
    display: block !important;
}

 

kota3
Visitor
1 0 0

if this does not work try add code below to themes css

afterpay-placement {
display: block !important;
}