• Resolved d9brand

    (@d9brand)


    I added ACF plugin too. but that my custom fields is display in checkout page but that not display in admin area, If I am not able to see admin area so what’s the meaning to use this plugin ???
    please check and fix this..

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    It’s been reported that while using the plugin Advanced Custom Fields, it is hiding the display of the custom fields on the order detail page for better performance.

    For more details, you can refer the below link:

    https://www.advancedcustomfields.com/blog/acf-pro-5-5-13-update/

    Hope this will help ??

    Thank you!

    I am also using ACF and the custom checkout fields I’ve added are not appearing on my order details pages. Is there a workaround that doesn’t involve be deactivating ACF? I need it for other things (not the the order details page though).

    Nevermind I figured it out. I added the following code to my functions.php file, which corrected the problem – can you please verify that this is acceptable?

    add_filter('acf/settings/remove_wp_meta_box', '__return_false');

    Plugin Author ThemeHigh

    (@themehigh)

    Yes, it is acceptable. Adding the above code in the functions.php will solve the issue.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fields not display in admin order’ is closed to new replies.