I am creating an app in Shopify where I have to add additional fields to Shopify and show these fields in the Shopify order admin page. Please guide me to complete this task.
Please see screenshot http://prntscr.com/fsqiux
Thanks
I am creating an app in Shopify where I have to add additional fields to Shopify and show these fields in the Shopify order admin page. Please guide me to complete this task.
Please see screenshot http://prntscr.com/fsqiux
Thanks
2
Answers
There is no way in Shopify to extend the admin page. If you need to store additional info to an object, for example an order, you can use metafields. What you can do with Metafield and all resources are explained at https://help.shopify.com/api/reference/metafield
You can simply do this by setting cart attributes. No need to create an app.
Documentation
For example, you can use the following code.