Why does my cart page keep loading indefinitely on both PC and mobile?

Solved

Why does my cart page keep loading indefinitely on both PC and mobile?

JoseVentura
Visitor
2 1 1

In my shopify store, when somebody add a product to the cart the page keeps loading indefinitely (PC & mobile).

I've seen that it might be an installed app or something else that I can't manage. 

Thank you in advance

 

The page is: www.godizart.com

Accepted Solutions (2)

made4Uo
Shopify Partner
3851 717 1195

This is an accepted solution.

Hi @JoseVentura,

 

Yes it looks like a "mto-loading"  app? The best approach to this is to remove the codes from this app but if unable to do so, just follow the instructions below. 

 

1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code. 
3. Open the base.css under the Asset folder. 
4. Add the code below. 

.mto-loading-container {
display: none !important
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

View solution in original post

JoseVentura
Visitor
2 1 1

This is an accepted solution.

Thank you so much! It worked perfectly!!!

View solution in original post

Replies 2 (2)

made4Uo
Shopify Partner
3851 717 1195

This is an accepted solution.

Hi @JoseVentura,

 

Yes it looks like a "mto-loading"  app? The best approach to this is to remove the codes from this app but if unable to do so, just follow the instructions below. 

 

1. In your Admin page, go to Online store > Themes
2. Choose the theme you want to edit then click Actions > Edit code. 
3. Open the base.css under the Asset folder. 
4. Add the code below. 

.mto-loading-container {
display: none !important
}

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free
JoseVentura
Visitor
2 1 1

This is an accepted solution.

Thank you so much! It worked perfectly!!!