Dawn Theme - Add some text in Cart for Customers

I’m just moving to the new Dawn theme. I found a way to add a note in my cart on my previous theme (see screenshot). Does anyone know where to add this in the new Dawn theme? My preview page is:
https://od2b96mgglkvpqxb-15513871.shopifypreview.com/

@enbc ,

Are you using any app for add a note ?

Read this article

https://community.shopify.com/c/shopify-design/adding-a-quot-note-quot-field-for-customers-in-checkout/td-p/558649

No - I was using the ‘Classic’ theme (very old!) I added the code in cart.liquid

It looked like this

{{ 'cart.general.shipping_at_checkout' | t }}

UK delivery is £2.99 & free on orders over £50. If you are local to Anstruther, select 'pick up' for free collection/delivery and send me a message to arrange a convenient time.

Overseas deliveries are charged at cost. I have provided estimates but the actual cost can often be less and if so, I will refund the difference.

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme that you want to edit, and then click Customize.

  3. Open the drop-down menu at the top of the page.

  4. Select Cart.

  5. Click the Cart or Cart settings section. Not all themes have a customizable section on this page.

  6. Look for Enable order notes or Enable cart notes.

  7. Check Enable order notes or Enable cart notes.

  8. Click Save.

Thank you - I’ve just found that. This is for the customer to send me a note though (which is very useful!) I really want to add a bit of additional text in the cart for each customer to read though.

@enbc ,

like this ?

Yes - exactly like that. Sorry if I wasn’t clear :slightly_smiling_face:

In your classic theme ? where it comes ?

It is meta field in backend or else?

@enbc

Try this solution in cart liquid file

I only have a cart.json and cart.js and they look completely different in Dawn :disappointed_face:

add in this see “blue box”

That’s great - I’ve found the right place to put it. Thank you again so much for your help!

Hi @enbc ,

Your most welcome

you can accept the solution!

Hey, please could you help me and tell me where you put that code? Thank you!

Hey! Where abouts do I add that code into the theme please? Just want to be sure I’m doing it right!

Thanks a lot OSCProfessional!

Hi, I tried the code but the add note box doesn’t appear. Did I do it correctly? Thank you.