How do I add CART NOTES to customer order, order review and email confirmation?

Hello!

How do I add CART NOTES to the customer order review page, the customer email order confirmation, customer receipt and a packing slip?

Thank you

LIP PRINTS

Hey @LIPPRINTS ,

1. Order status page:

You can add a small script to call for the {{ order.note }} attribute, inside the Additional Scripts sections over at Settings > Checkout. Here’s a guide on how to add a content box there: https://help.shopify.com/en/manual/orders/status-tracking/customize-order-status/order-status-javascript-asset

2. Order notification:

You need to fetch the variable somewhere within the notification code, by adding {{ note }}.

3. Receipt / packing slip

Assuming you’re using Shopify’s own Order Printer app, using the {{ note }} variable will display what you need.

Digging up an old thread but I don’t fully understand how to alter the HTML code so how would I add the {{ note }} variable to the Order Printer invoice template to show customer notes that were added to a text box I’ve added to a product page?

Hi @brindle_staffy ,

You need to have some basic knowledge of HTML in order to add the {{ note }} tag where you need it within the code of an Order Printer template. If you don’t know how to do that, there are several options available through templates or apps (eg. https://apps.shopify.com/order-printer-templates), which can provide you with ready-made solutions at a really low cost.

1 Like