Shopify themes, liquid, logos, and UX
I need to add a "note to seller" section in my checkout. I'm using the Dawn 2.0 theme and haven't found any solution for doing this in the discussions.
Solved! Go to the solution
This is an accepted solution.
Here is what I did:
Customise theme
At the top in the middle select the page (cart)
On the left hand side of the page click the 'subtotal' section
Now on the right hand side check the box 'enable cart note'
This will give you an area for inputting text with the title 'add special instructions'
This may be enough for you but I needed to change this title to: 'If collecting, please enter your collection date here:' you can change this to whatever you like by doing this:
Now exit the theme editor and on to 'edit code'
next find the file 'en.default.json' in the locales section at the bottom
now on line 232 (this may be different for you so it might be easier to 'ctrl F' and type "note" including both "
It should say:
"note": "Add special instructions"
Were it says Add special instructions - delete this and type what you would like it to say e.g mine looks like this:
"note": "If collecting, please enter your collection date here:"
This is an accepted solution.
Is this still the solution for this with the current version of the theme?
Hi @KHH i have the solution to your question!
<p> <label for="note">Gift note:</label><br/> <textarea name="note" id="note" rows="3" cols="60">{{ cart.note }}</textarea> </p>
For the Dawn theme. You can add the code between <form> </form> to the "main-cart-items.liquid" under the sections.
<p> <label for="note">Sending as a gift? - Enter a gift message below </label><br/> <textarea name="note" id="note" rows="3" cols="60">{{ cart.note }}</textarea> </p>
Thanks for the reply getxgo. This code works but it shows up in the cart. Some shoppers don't open their cart and go straight to checkout. I need it to show in the checkout page where customers type their contact info. Is this possible?
checkout page can only be customized in plus plan! @KHH
That's too bad. The plus plan is way out of my price range.
Did you find a solution for the checkout page? I have the same issue. Customers bypass the cart page so they never see the gift message box.
Can you please advise what line the "form" part is in the section, thankyou.
Unfortunately, entering any text into the notes field results in an immediate error generated on the cart page - see below:
"There was an error while updating your cart. Please try again."
A functional solution is always appreciated.
Thank you
Where exactly is the line form? And is there any updated way Of doing this? I’m trying to figure this out as well for dawn 2.0
This doesn't work for me either. Form element displays, but cannot checkout. Working solutions appreciated!
This is an accepted solution.
Here is what I did:
Customise theme
At the top in the middle select the page (cart)
On the left hand side of the page click the 'subtotal' section
Now on the right hand side check the box 'enable cart note'
This will give you an area for inputting text with the title 'add special instructions'
This may be enough for you but I needed to change this title to: 'If collecting, please enter your collection date here:' you can change this to whatever you like by doing this:
Now exit the theme editor and on to 'edit code'
next find the file 'en.default.json' in the locales section at the bottom
now on line 232 (this may be different for you so it might be easier to 'ctrl F' and type "note" including both "
It should say:
"note": "Add special instructions"
Were it says Add special instructions - delete this and type what you would like it to say e.g mine looks like this:
"note": "If collecting, please enter your collection date here:"
Thank you so much! i was searching the pages and settings and couldnt find it!
Thank you! this works for me. I'm looking for a gift message and ability to print that to include with an order. Have you seen an app that achieves this?
Bless you for sharing. This worked for me on Dawn 2.0 as well!
Thank you! I have been looking for this answer for an hour and your answer was the only one that worked!
Thank you, this is tricky to find and not where most of the other info suggests!
Please I need help with this too. I got lost from where said type note. I've followed the steps but nothing show which means I didn't do something right.
This is an accepted solution.
Is this still the solution for this with the current version of the theme?
Latest Dawn version 7.0.1
Customise Theme - Theme Settings - Cart - Check "Enable Cart Note"
Thank you! Resolved. This is so helpful!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024