• Resolved DogHustler

    (@doghustler)


    Hey!

    Thanks for an awesome plugin!

    I have one problem, however. The site I’m working on is using Advanced Custom Fields PRO and there seems to be a problem between that and WooCommerce Checkout Field Editor.

    When ACF PRO is activated the custom checkout fields I’ve added are not visible in the order details. In fact, the checkbox for “Custom fields” does not even exist in the “Screen options” tab in WordPress.

    If I disable ACF PRO the custom checkout fields can be seen in order details and the “Custom field” checkbox is available in “Screen options”.

    The website relies heavily on the ACF PRO plugin, so I’m hoping there’s a workaround? Any help would be appreciated!

    Thanks in advance!

    //Dan

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

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

    (@themehigh)

    Please add the below hook in your child theme’s functions.php.

    add_filter( ‘acf/settings/remove_wp_meta_box’, ‘__return_false’ );

    We hope the custom fields will show on the order details page now.

    Do let us know if you have any further questions. We are happy to help ??

    Thank you!

    Thread Starter DogHustler

    (@doghustler)

    Yes!

    That seems to do the trick!

    Thanks for the help!

    //Dan

    Plugin Author ThemeHigh

    (@themehigh)

    That’s great!

    Do let us know if you have any further questions. We are happy to help ??

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem when using ACF PRO’ is closed to new replies.