Checkout button disabled

lv
Shopify Partner
7 0 1

Can someone help please?

 

website: lavanilla.id

 

Checkout button suddenly grey out and can't be clicked today

 

Any advice is appreciated

 

Thanks

Replies 9 (9)
Wahab_Ahmad
Shopify Partner
755 114 193

Hello @lv,

 

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

 

$('.btn').removeAttr('disabled');

 

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 Hire me.
Shopify Custom Theme Development and Design | Custom Modifications In to Shopify Theme

- Feel free to contact me
Mail : wahabahmadghori@gmail.com | Skype : live:17296c31bc2edbdf
lv
Shopify Partner
7 0 1

Thank for your response Wahab

 

I just did that, but still no luck yet

 

Capture.PNG

Wahab_Ahmad
Shopify Partner
755 114 193

Hello @lv,

 

1. Go to Online Store->Theme->Edit code
2. template->cart.liquid->paste below code at bottom of the file

 

<script>
$(document).ready(function(){
$('.btn').removeAttr('disabled');
});
</script>

 

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 Hire me.
Shopify Custom Theme Development and Design | Custom Modifications In to Shopify Theme

- Feel free to contact me
Mail : wahabahmadghori@gmail.com | Skype : live:17296c31bc2edbdf
lv
Shopify Partner
7 0 1

sorry but still not working after adding the code

Capture1.PNG

Angie_Lynch
New Member
3 0 0

Just emailed you directly. I'm having this same issue. Thanks for a response!

PremierStores
Shopify Partner
282 28 52

Hi, @lv


It seems to be an issue with an App for dynamic checkout.

Let's make the best store!
Contact us at: thepremierstores@gmail.com
lv
Shopify Partner
7 0 1

case closed

 

Thank you Wahab and Premier Store. Shopify guru has fixed the issue. There was residual code from an old app that already uninstalled last December 2019 which cause this issue.

anapimolodec
New Member
2 0 0

Hello! 

 

Can you please briefly explain where the old code was found or which app caused the problem? Because we are having the same problem and we are not sure where the problem comes from.

 

Thanks~

Morayo
Shopify Partner
6 0 2

Yup. Residue code from Apps like Zapiet ; Pickup and Delivery apps can seriously mess with your checkout process. Even when uninstalled, they must be uninstalled properly.