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

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
}