Afterpay messaging disappearing

Solved
morgaancole
New Member
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
New Member
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 3 (3)
abdigital
Excursionist
12 1 1

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

morgaancole
New Member
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
2 0 0

In your theme's CSS file add this:

 

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