Why is the cart missing from my store's header?

Hello,

My store didn’t have cart on header, I have edited it using " Customize Theme" but didn’t work.

My store is https://halal-pasar.jp/

@Setia
Add below code in header.liquid file


        {%- liquid
          if cart == empty
            render 'icon-cart-empty'
          else
            render 'icon-cart'
          endif
        -%}
        {{ 'templates.cart.cart' | t }}
        {%- if cart != empty -%}
          

            {%- if cart.item_count < 100 -%}
              {{ cart.item_count }}
            {%- endif -%}
            {{ 'sections.header.cart_count' | t: count: cart.item_count }}
          

        {%- endif -%}
      

1 Like

Thankyou for your help.

and I need your help again, How to change the cart icon and make bigger cart icon ?

@Setia Can you share your store url ?

My store is https://halal-pasar.jp/

@Setia To manage this cart content need your store admin credential.