Meta Box
Support Forum
Support › General › How to display custom fields in My Account Order Page
Hi, I had create some custom fields at order page. However, I can't find a way display the value on frontend My Account Order Page. Kindly assist. Thank you.
Hi Will,
WooCommerce templates are created by functions and the View template cannot override the template of WooCommerce. You can follow this topic from WooCommerce support to know how to customize the order page https://wordpress.org/support/topic/customizing-woocommerce-view-order-template/
or this article to use WooCommerce hooks https://rudrastyh.com/woocommerce/add-info-view-order-thank-you-pages.html and show field value by using the helper function rwmb_meta() https://docs.metabox.io/displaying-fields/#using-code
rwmb_meta()