How to add an image in the "you're cart is empty" section. - Dawn Theme

Topic summary

A user wants to add an empty bag image to their cart page in the Dawn theme but cannot find the option in the theme editor, despite seeing this feature on other stores.

Proposed Solution:

  • Navigate to: Online store > Themes > Edit code > main-cart-items.liquid
  • Locate the line: # {{ 'sec
  • Add custom code below that line with an image link in the src attribute

Status: The discussion appears to have formatting/encoding issues making some code snippets and text difficult to read. One responder requested the store URL and specific image details to provide more targeted assistance. The technical solution has been offered but may need clarification due to the garbled text.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I want to add a small picture of an empty bag to my cart page but it’s not giving me any option to do so in my theme editor.

I know it’s possible because I’ve seen it on other stores. Could someone please show me how to do this.

Hey @Anonymous

Can you share your Store URL and the image you want to add in that section?

Best Regards,

Moeed

Hi @Anonymous

Go to your Online store > Themes > Edit code > open main-cart-items.liquid, find this line of code

# {{ 'sections.cart.empty' | t }}

Add this code below the line of code above. Make sure you add image link in scr attribute