I’m not sure this plugin works
-
I’ve installed this on a website running PHP 7 and it shows the “Address Book” in the sidebar along with the “Add New Shipping Address” button but whenever you click the button it goes to:
/my-account/edit-address/shipping/?address-book=shipping/
with a “Shipping Address” title and a “Save Address” button but no form fields.I’ve disabled all plugins except WooComerce and this plugin along with switching to the 2019 theme but saw the same issue.
Additionally, there’s a small error. The
WC_Address_Book::get_address_names()
function should return an array butget_post_meta()
returns false if it can’t find anything. The function return could be modified to show:return ( ! empty( $address_names ) ) ? $address_names : array();
- The topic ‘I’m not sure this plugin works’ is closed to new replies.