Why is my shopping cart icon missing on Brooklyn theme?

Hi Shopify Community,

I really need your help, I was trying to remove leftover code from deleted apps, but I accidentally deleted the piece of code for the shopping cart icon so now it is just a blank white square outline. It’s affected my conversions as customers are having a hard time checking out so I am trying to get it fixed ASAP. I am not an expert in any way so please provide detailed instructions as to where to insert the code. I am using the Brooklyn theme.

Website: https://dlzonwlz.com/

Hi @dlzonwlz2020 ,

This is my recommendation for your issue. Please follow these steps:

1. Go to Online store → Theme → Edit code

2. Section → header.liquid → find the cart snippet to insert this code below

3. If you can’t find bellow code then add it in this “a” tag

Cart

{{ cart.item_count }}

{{ ‘layout.cart.items_count’ | t: count: cart.item_count }}

Please let me know if you need further support. Hope it’s helpful!