Solved

Why are dynamic buttons flickering on my Shopify site?

evanknox
New Member
5 0 0

Hello, I have dynamic buttons enable on my site thebellacottage.com.

tbc-cart.png

It's showing up, however, there are instances that it is flickering.

I have created a screen record to show what I am talking about. It can be accessed here: https://www.loom.com/share/bc17600deac044329f3a506caebbc883

I hope someone can help me with my issue.

Thank you in advance.

Accepted Solution (1)
Wahab_Ahmad
Shopify Partner
773 114 200

This is an accepted solution.

Hello @evanknox,

1. Go to Online Store->Theme->Edit code
2. Asset->style.scss->paste below code at bottom of file

.additional-checkout-buttons>* {
display: block !important;
}
.additional-checkout-buttons{
display: block !important;
}

Want to modify or custom changes on store hire me.
If helpful then please Like and Accept Solution.
Email: wahabahmadghori@gmail.com

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Chat on WhatsApp .
Feel free to contact me Email : wahabahmadghori@gmail.com |
Buy Me A Coffee

View solution in original post

Replies 7 (7)

Wahab_Ahmad
Shopify Partner
773 114 200

Hello @evanknox, when you increase or decrease the product quantity It reloads the cart page and It also reloads the dynamic buttons. so it shows like buttons flickering.

if It is useful please mark as like and accept the solution 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Chat on WhatsApp .
Feel free to contact me Email : wahabahmadghori@gmail.com |
Buy Me A Coffee
evanknox
New Member
5 0 0

Hello @Wahab_Ahmad, thanks for your response.

Here's the new screen record that I created. I did not do anything on the cart but the buttons keep on flickering
https://www.loom.com/share/ee413fc0e4034d08a5537f47ae2d4487

Wahab_Ahmad
Shopify Partner
773 114 200

@evanknox,

Please share your site URL,
So I will check and provide a solution here. 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Chat on WhatsApp .
Feel free to contact me Email : wahabahmadghori@gmail.com |
Buy Me A Coffee
evanknox
New Member
5 0 0
Wahab_Ahmad
Shopify Partner
773 114 200

This is an accepted solution.

Hello @evanknox,

1. Go to Online Store->Theme->Edit code
2. Asset->style.scss->paste below code at bottom of file

.additional-checkout-buttons>* {
display: block !important;
}
.additional-checkout-buttons{
display: block !important;
}

Want to modify or custom changes on store hire me.
If helpful then please Like and Accept Solution.
Email: wahabahmadghori@gmail.com

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Chat on WhatsApp .
Feel free to contact me Email : wahabahmadghori@gmail.com |
Buy Me A Coffee
evanknox
New Member
5 0 0

Hello @Wahab_Ahmad , the code that you gave me worked. Thank you for your help.

mitchjuhl
Tourist
8 0 3

 Can you help me with this problem also?