How can I add a custom message/note into the cart drawer in Dawn theme?

Topic summary

Goal: show a small note (“All orders are processed in USD”) in Dawn’s cart drawer above the subtotal/checkout area.

Key steps and findings:

  • Initial suggestion to edit cart.liquid was incorrect; Dawn theme lacks that file.
  • Helper guided the user to Snippets > cart-drawer.liquid and to search for “cart-drawer-items”.
  • After confirming the locations via screenshots, the fix was to insert a simple text line immediately below the closing tag in cart-drawer.liquid.
  • The note should display on both mobile and desktop (as requested).

Artifacts used:

  • User-shared site URL for context and multiple screenshots of theme files and code sections to pinpoint insertion point.

Outcome:

  • User confirmed the message appears as intended in the cart drawer.

Status:

  • Issue resolved; no outstanding questions or further changes noted.
Summarized with AI on January 25. AI used: gpt-5.

Can you take a screenshot of both sections and paste them here? Thanks.