Support

Account

Home Forums Front-end Issues Display field value for shop_order Reply To: Display field value for shop_order

  • I found the issue immediately:

    the_field( 'mm_challenge_test', $order_id );

    actually needs to be:

    the_field( 'mm_challenge_test', $order->id );