Order metafields

Following are the steps to setup Order metafields

  • Show Order metafield in your Customer order page needs to insert below code in customers/order.liquid file.
  • customers/order file path: Login into Admin panel-> left side menu select Online store -> select Themes.
  • Now left sidebar load with file list. Check at Sections bottom of the list “customers/order.liquid” file, click on it.
  • Insert below code where you want to show metafield at this position in the file and save it.

{% include 'all-in-one-metafields', metafields: 'order' %}


For a quick view of all the above step check the below image


reorder