Shopify cart error - massive exclamation mark in "cart", please help!

This massive exclamation mark has appeared out of nowhere. Everything was working fine and then I spotted this, I’m not sure whether any changes I’ve made caused it to happen. I tried to figure out how to fix it myself using the dev console and researching but I can’t figure it out, if someone could please help.

Bear in mind when I open Chrome’s dev console the exclamation mark goes invisible. The screenshot is from Edge.

Hi @AlloyRamps

You can follow the following steps:

  1. Please go to the Online Store
  2. Then Edit Code
  3. Please find the theme.liquid file
  4. And add the following code in theme.liquid file above the tag

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Amazing, thank you for the quick help.

I’m assuming that the error has no major impact on the page as a general?

Hi,

  1. Go to online store

  2. Edit Code

  3. Open your base.css

  4. Add the following code:

.cart-item__error {display: none !important;}

  1. Save

This should resolve the issue but I prefer if you can give me access to the store so I can understand the reason why it is showing.

Have a nice day.

@AlloyRamps

No it will not effect anything.

What Do you do when you have more than one Item in cart and the exclamation mark goes away on one of the items but keeps showing with second item?