Support

Account

Home Forums General Issues woocommerce ordem item Reply To: woocommerce ordem item

  • Hi @jdaquila

    Thanks for the post.

    You can get ACF values from the $_POST data in the PRO version like so:

    $value = $_POST['acf']['field_xxxxxxx'];