• I need to send my user billing information to our CRM after an order is places. I have the following code on place:

    $body = array(
                'value01' => $order->billing_wcj_checkout_field_1,
                'value02' => $order->billing_wcj_checkout_field_2
     );

    It works, but unfortunately the values of the fields are ing sent over as “owner-ceo-vp” rather than “Owner / CEO / VP”.

    How do I get the correct value to display?

    https://ww.wp.xz.cn/plugins/woocommerce-jetpack/

The topic ‘Custom Checkout Fields’ is closed to new replies.