• Resolved chtoma27587

    (@chtoma27587)


    Hi there,

    I use Woocommere with the Events Calendar Plugin and I have the following problem:

    When I try to export some attendee information I’d also like to include the user information like first name, last name, address and so on.

    For this I have the following code which doesn’t work:

    $order = new WC_Order( $item['order_id'] );
    $name = $order->get_billing_first_name();

    The problem occurs with the second line, the first line works fine with some other code.

    Could someone please help me where my fault is?
    Many thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get billing first name in export’ is closed to new replies.