Where is the cart-template.liquid or cart.liquid in Dawn theme?

Topic summary

Locating the cart template in Shopify’s Dawn theme to add cart attributes (custom fields that collect extra information during cart/checkout).

  • The expected files cart-template.liquid or cart.liquid are not present in Dawn.

  • Solution: Edit sections/main-cart-items.liquid for cart-related markup and logic. The original requester confirmed this solved their issue.

  • Reference: A Shopify tutorial on using cart attributes was cited (collecting more information via the cart form).

  • Recent updates: A follow-up asks whether sections/main-cart-items.liquid is still the correct file in 2023; the thread provides no confirmation.

  • Another follow-up asks where to find the “answers” submitted via the cart form (i.e., where cart attribute data appears); no answer is provided in the discussion.

  • Outcome: Original question resolved (use main-cart-items.liquid).

  • Status: Later questions about 2023 validity and data location remain unanswered; the discussion is open with outstanding clarifications.

Summarized with AI on January 11. AI used: gpt-5.

Try sections/main-cart-items.liquid.

2 Likes