Viewing 1 replies (of 1 total)
  • Hi,

    Yes, values are are stored as order meta. You can check the name for the field in “Checkout Custom Fields” module’s settings (in “WooCommerce > Settings > Booster > Cart & Checkout > Checkout Custom Fields”) – below each field’s “Enabled” checkbox option. You also need to add underscore symbol at the beginning. So it should be something like this:
    get_post_meta( $order_id, '_billing_wcj_checkout_field_1', true );

    Let me know if you have any questions.

    Best regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Access Custom Checkout Field values’ is closed to new replies.