Support

Account

Home Forums General Issues display order form in custom place

Unread

display order form in custom place

  • hello i use acf to post pickup time for delivery…
    i get the value from the default woocommerce order detail page with this code

    $timepicker = get_field('timepicker', $order_id);
    

    and it work fine but i want to but this form

    from the default order detail page to another custom page how can i do this with php?

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.