Skip to product information
1 of 1
Published:2023.10.22

Example of setting to display order notes in the order details on the My Page using the Shopify theme "Dawn"

Example of setting to display order notes in the order details on the My Page using the Shopify theme "Dawn"

Applications

  • Edit My Page

How to implement

  • LIQUID
  • HTML/CSS
View full details

By using Shopify's {{ order.note }} tag, you can display the contents of the order note in the order details on your My Page. Here is an example of the setting for the theme "Dawn".


Example of setting to display the contents of the order note in the order details of My Page with the theme "Dawn"


[Settings] Add code to display order notes in "main-order.liquid" and "customer.css"


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Code to add to "main-order.liquid"


Code to add to "customer.css"

Related Post