Orders - Customer and Product Metafields

Orders - Customer and Product Metafields

ibear888
Tourist
11 0 0

Orders metafields - 

 

Metafields enables Customer lookup and Product lookup options. I set one up. It appears in the Order admin and nowhere else. We are using Dawn theme - I see no way to incorporate it into store front. I can edit it at admin, but then it does not appear anywhere. 

 

How do I make it useful?  I'd like it to appear at the Cart, the checkout, emails to the customer, orders, order reports, etc.

 

thanks, Jeff

Reply 1 (1)

Promer-Alena
Shopify Partner
250 26 106

Hi there! To display order metafields on the frontend, you’ll need to edit your theme templates (e.g., cart, order confirmation) via Shopify’s theme editor. For Dawn, go to Online Store > Themes > Edit Code, and modify JSON templates (like cart.json or product.json) to include the metafield using Liquid syntax (e.g., {{ order.metafields.namespace.key }}). Apps like Metafields Guru or Order Status Manager can help surface metafields in checkout/emails without coding