• I have an external website that has a table of names and addresses. i want to create a link that when clicked, takes you to the admin Create New Order page of woocommerce (if you’re logged in) and have it auto-populate that new order with the name and address from the link (url encoded or whatever)… can this be done?

Viewing 1 replies (of 1 total)
  • Hi there,

    This could probably be done with some custom coding but it’s by no means the ‘right’ way to do it. Is there a way for you to integrate those addresses into your own database? If that was done, you could just add the following button url:

    https://yourdomain.com/wp-admin/post-new.php?post_type=shop_order

    You can then search for the client on the new order page and it would put in all the address information from the database for you. This is how I would do it.

Viewing 1 replies (of 1 total)

The topic ‘Auto-Populate Admin New Order?’ is closed to new replies.