Checkout buttons flickering on my shopify checkout page

Solved

Checkout buttons flickering on my shopify checkout page

amorecollective
Visitor
2 0 0

Hi,

 

I'm not too sure why my checkout buttons are flickering all of a sudden. Could it have happened after I added afterpay, zippay or paypal to my site? My shopify link is below:

 

https://amorecollective.shop/cart 

 

Does anyone know how to fix this?

 

Thank you.

Accepted Solution (1)

theycallmemakka
Shopify Partner
1661 396 416

This is an accepted solution.

Hi @amorecollective ,

 

This seems to the an issue caused by app. However, as a quick fix, you can follow bellow steps.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code just above </head> tag

<style>
.totals div[data-zm-widget] {
    display: none!important;
}
</style>

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 2 (2)

theycallmemakka
Shopify Partner
1661 396 416

This is an accepted solution.

Hi @amorecollective ,

 

This seems to the an issue caused by app. However, as a quick fix, you can follow bellow steps.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code just above </head> tag

<style>
.totals div[data-zm-widget] {
    display: none!important;
}
</style>

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

amorecollective
Visitor
2 0 0

Hi Makka,

 

Thank you so much, that seems to have worked 😀

 

Have a great day!

 

Mirna