Add Public Notes to Order Lookup Page
Adding the Public Notes to the order lookup page is quick and easy!
If you wish to add the Public Notes to the Order Lookup that the customer will see, simply follow the few steps listed below:
Find the Order Lookup Settings

Edit Order Detail Template
Click inside the Order Detail Template HTML editor to move your cursor inside the editor.
You can press F11 when your cursor is inside the editor to enter full screen editing
Press Esc to exit full screen editing mode

After the closing span (</span>) and before the closing div (</div>) of the line paste the following app shortcode. You can also add a title here to differentiate between the cart notes and the notes assigned by the app.
The snippet should now look like the following:
<div class="order-lookup-order-note">Note: <span>{{note}}</span>{{w3_public_notes}}</div>

Save!
Click Save at the top of the Order Detail Design page to make the changes live.
