• Resolved atsouflock

    (@atsouflock)


    Hello, i want to add the extra address for each user from an erp json connection.

    If i am not mistaken to add shipping address i can call anywhere the save_address(with my customers id,’shipping’, array with the new data) right?

    What is the form that the array with the data should have to accept it properly?

    Best Regards,
    Atsouf

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    In our plugin, the address is getting saved to thwma_custom_address usermeta. You can retrieve the address data from here.

    Further, we haven’t yet checked the compatibility of adding data using ERP JSON connection. We are not sure about the method that you are using inorder to send the data. Please verify the same from your side and if you are facing any issues, then please share us with the code and more details so that we can have a look into it.

    Thank you!

    Thread Starter atsouflock

    (@atsouflock)

    Thanks a lot guys. It worked like charm!!!!

    I created the arrays and imported it and it reads it great.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding address programmatically’ is closed to new replies.