Hi Chad,
Sorry to hear you are having issues with the new version.
We haven’t encountered these issues on any of the sites we’ve upgraded so far except for we have have seen empty addresses show up. We believe this was from address books from an older version that had some empty addresses saved that were hidden before so they show as empty ones in the new version, although we haven’t been able to yet see if that is reproducible.
The wc_address_book meta key was from the 1.x version of the plugin the upgrade to wc_address_book_shipping and wc_address_book_billing was back in 2.0 in 2021. It is safe to delete the wc_address_book meta key, but it shouldn’t cause any issues if it is left there.
As far as not being able to edit or delete addresses, we haven’t seen that yet. Are you able to see if there is any javascript or php errors that might help point us to the cause?
This is a very serious issue. It removed the addresses on three sites where I use this plugin.
Hey Matt,
Thanks for the quick reply!
I forgot that we added a filter which modified the $address_book Array – this was causing issues with the edit/delete buttons because the names didn’t match the new format in the database (so the AJAX + href’s used the wrong reference).
I think I can figure the rest out from here. Thanks again!
