Hey Guys,
I want to add an important custom message for my customers in a blank space in my cart (see screenshot here https://postimg.cc/3kn62T6m).
I have used the Shopify AI bot to help me but to no avail unfortunately. Maybe i am not using the correct prompts.
My guess is it requires some coding but would someone be so kind to tell me how to do it or point me in the right direction?
Thanks very much
1 Like
Hi @davidgreen1
Did you try to check in Online Store > Themes > Customize > Theme settings > Cart and check if it has an option to enable Cart note?
Thanks for the response, really appreciate it. I was unlear in my explanation (SORRY!).
I, as the store owner, would like to leave a custom message there for my customer before they check out.
I hope that makes sense!?
Again, thanks
You can do that from Online Store > Themes > Edit code > open main-cart-footer.liquid file, above this line of code
{%- if settings.show_cart_note -%}
Place your message
### Add your message here
Result
1 Like
thank you Dan - thats worked
1 Like