Editing shipping and billing address with AJAX
-
I’m trying to get the edit address form by sending AJAX request.
I’m sending the required address to the server and on the server, I’m calling to:
do_action( 'woocommerce_account_edit-address_endpoint', $address );
Now I’m getting to right form, but not the JS of the page.
So I don’t have the country search and the state input…help?
- The topic ‘Editing shipping and billing address with AJAX’ is closed to new replies.