All things Shopify and commerce
Hi,
I have been trying to add cart note in order confirmation email template but it's not appearing. I am using {{ cart.note }} to fetch it. Is there something I am missing?
Thanks,
Tehreem
Solved! Go to the solution
This is an accepted solution.
hi,@@Tehreem
hope you doing well
try using {{ note }} instead. That’s what it says in the documentation (available here:https://help.shopify.com/en/manual/sell-online/notifications/email-variables/)
This is an accepted solution.
hi,@@Tehreem
hope you doing well
try using {{ note }} instead. That’s what it says in the documentation (available here:https://help.shopify.com/en/manual/sell-online/notifications/email-variables/)
I've tried these methods, and it's not working. I need for the customer to see the note in their confirmation page before they hit the Pay button, so they can review the note if they want, and the note also needs to appear in the confirmation email or text. How can I do that? Or, do I need to pay a coder to do this? My current theme is Brooklyn.
Thanks!
You could try:
{{ order.note }}
@anneleends Thanks for your answer
I, too, am having this issue.
The order note liquid is presenting itself in the preview on the settings page and on the test email. However, it does not actually occur when an order is placed and sent to the customer.
I have the order note placed down in the customer information section:
<table class="row">
{% if billing_address %}
<td class="customer-info__item">
<h4>Billing address</h4>
{{ billing_address | format_address }}
</td>
{% endif %}
</tr>
</table>
<table class="row">
<p>Order notes: {{ note }}</p>
</table>
<table class="row">
<tr>
{% if requires_shipping and shipping_address %}
<td class="customer-info__item">
<h4>Shipping method</h4>
<p>{{ shipping_method.title }}</p>
</td>
See attachments of preview in settings, test email, and an actual customer email. 1. Note in preview
2. Note in test email
3. No note in real email
I already applied above, you should use {{ order.note }} instead of {{ note }}
Good luck!
Go to:
Settings
Notifications
Order confirmation
Scroll down to find the code for billing address, and you can add your note code in straight after it so it will appear like this:
{% if billing_address %}
<td class="customer-info__item">
<h4>Billing address</h4>
{{ billing_address | format_address }}
</td>
{% endif %}
</tr>
</table>
<table class="row">
<p>Order notes: {{ order.note }}</p>
</table>
<table class="row">
I initially tried using {{ note }} but while the order note showed up in test emails and in the preview, it didn't actually show up in real time customer email order confirmations. {{ order.note }} worked for me.
User | RANK |
---|---|
19 | |
18 | |
17 | |
14 | |
13 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023