1. Navigate
In this tutorial, Order Type is displayed on the specific orders of customer in the store. To start, navigate to the Metafields Master application, and in order look for the specific order to add metafield. In this example, an Order Type is displayed on the order.
2. Create Metafield
Now click on the order and create the metafield by adding up the details.
3. Metafield Review
Created Metafield will look similar to this:
4. Copying Metafield
Now, copy the metafield code of the metafield that has been created.
5. Adding Metafield in the theme coding
Now, navigate to the “Online Store” menu and look for the edit code option under the ‘Action’ dropdown option.
Now under the ‘customer/order.liquid’ file of the Shopify store theme, place the code where ever the metafield requires it to be displayed. In this example, the code is placed below the order number. Save the file.
6. Preview on store
Now in the theme preview. The displayed information is below the order #number.
And now you can customize the look and feel of the Displayed Information according to your theme style using custom CSS.