Hi there, i hope this message finds you well.
I am using woocommerce address book yith request a quote along with woocommerce/wcfm and yith request a quote plugins.
But I’m facing a problem with the request a quote funcionality along woocommerce address book and not able to get the quotes.
When the customer accept a quote response, the system does not load the checkout to proceed to payment, instead it displays the message “session expired, return to shop”, along with “[product] has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance.”.
I did a conflict test and found out that the problem occurs between yith request a quote and Woocommerce Addres Book
The address book plugin works well on normal products purchase, and the yith plugin also works well without the address book plugin activated.
Did you already heard about this, can you help me with it?
Thanks
Hello,
For some reason, the Address Book drop-down box has moved from being at the top of the checkout fields to the bottom. As a result, users are manually entering their address in the checkout fields before realizing that their saved addresses can be selected from the drop-down.
Would appreciate any assistance.
Thanks,
Ben
I have installed this plugin, but having a permission issue it appears.
Once the plugin is installed, the address book pops up just fine in My Account, but when a user goes to checkout and select the dropdown from the address selection, the page spins and doesn’t stop.
I traced the issue back to a permission– apparently the user requires the granular “Manage options” permission in order to see the address book dropdowns on checkout. Any idea what’s causing this and how we can work around it?
]]>Hi Team,
Thank you for very efficient plugin. Few of our users have hundreds of addresses need to be deleted. Is there a way to find the addresses for a specific user in the backend and delete all?
Very best regards
]]>I sell delivery slots where customers enter a collection and delivery address on the product page then add to cart. They are setup as virtual products. It allows multiple deliveries to or from any address to be booked on one order. Ideally I would like customers to have an address book rather than have to enter a regular collection address every time. Can your address book be accessed anywhere else outside other than the cart and checkout?
]]>Hi,
First, thanks for this plugins it sounds great.
I can see that there is a version 3 available on SVN and promoted on your website :
https://www.crosspeaksoftware.com/docs/woocommerce-address-book-3-0-upgrade/
Is this version ready to be used?
(I’m starting a new project and i would prefer not to have to migrate data from version 2)
Many thanks,
Stephane
i have addressbook added on the client site and we have noticed in the checkout when user chooses the address in the checkout, add makes any changes to the prepopulated address it gets updated to the address book.
I have had users accidentally update an address, can I prevent address/changes in checkout to get reflected in the address book.
]]>Hi @Matt Harrison
I using Woocommerce checkout block in my website and added addresses are not displayed in the checkout page
Is your plugin compatible with this new Woocommerce checkout block?
]]>Hi!
I’ve been using your plugin for a while now and it’s been working great. I have encountered a scenario where I would like to remove the users option of selecting ‘Add new address’ in the drop down at checkout, both for shipping and billing. Is this possible?
Thanks!
]]>Anyone know how to make the plugin compatible with Fluid Checkout, which creates that lovely multi-part but single page checkout?
]]>Hi,
I just want to know how to disable email by adding an additional billing address.
Please refer below image
I have added a custom field “shipping_address_nickname_identifier”
I can create a 2nd shipping address, and then I correctly end up with
“shipping_address_nickname_identifier” & “shipping2_address_nickname_identifier”. When I make the 2nd address primary, the custom field does not get updated.
What would prevent this from working?
]]>I am trying to identify the shipping address metakey, if it is shipping_ or shipping2_ when using the ‘woocommerce_after_save_address_validation’.
What I need to do, is update a new hidden field with the corresponding entry of shipping_ or shipping2_ ect……
When using hook ‘woocommerce_after_save_address_validation’ how can I identify which address is being saved?
Thanks,
]]>When adding new billing and shipping addresses the country field is hidden, which problematic as it’s a required field.
Here’s a link to a screenshot showing some plugin jquery warnings.
https://photos.app.goo.gl/6H1HFFuiQ4ei8ocY6
How do I rectify this?
Hello,
I already enabled the option “Enable setting Billing Address Nickname during Checkout” and “Enable setting Shipping Address Nickname during Checkout” but the field is still not showing in the form.
Hi Matt, thanks for your plugin!
I have some shipping custom fields (i.e. shipping_my_regione, shipping_my_tipo, etc). When I edit them in My Account all works fine but if I edit them during checkout I have an issue.
Assume I have some shipping addresses:
Shipping_addresses_1 (Woocommerce default)
Shipping_addresses_2
Shipping_addresses_3
Shipping_addresses_4
Assume at checkout I choose Shipping_addresses_4 and I modify some custom fields (i.e. shipping_my_regione=VENETO, shipping_my_tipo=HOTEL) and place the order.
VENETO and HOTEL are correctly stored in Shipping_addresses_4 but they are also stored in Shipping_addresses_1.
Instead Shipping_addresses_2 and Shipping_addresses_3 are not effected by this issue.
Also:
I do not understand, can I use 2.6.2 or do I need to migrate to version 3.0? I have a lot of custom code.
I couldn’t find version 3.0 in the WordPress repository.
Thanks!
]]>Hi! When filling the Addresses while creating an order on the backend of Woocommerce, there are links for load billing data, and load shipping data, but there doesn’t seem to be any way to pick one of the alternate addresses, only the default ones.
Is there any way to enable the ability of the clerk to pick one of the alternate addresses? Especially if the client has multiple properties/addresses, this would save a lot of time.
]]>Trying to change a couple of the field labels, like phone number.
Not finding the field label strings in Loco Translate?
Appreciate any guidance or correction.
]]>Hi,
I have added a custom billing field to my checkout page called Alternate Phone Number. I use the following code in my functions.php to add it to the checkout page:
/* Additional Phone number field to Checkout page */
add_filter( 'woocommerce_checkout_fields' , 'woocommerce_checkout_field_editor' );
// Our hooked in function - $fields is passed via the filter!
function woocommerce_checkout_field_editor( $fields ) {
$fields['billing']['billing_field_value'] = array(
'label' => __('Alternate Phone Number', 'woocommerce'),
'placeholder' => _x('Alternate Phone Number', 'placeholder', 'woocommerce'),
'required' => false
);
return $fields;
}
/* Display Additional Phone number field in Orders page*/
add_action( 'woocommerce_admin_order_data_after_billing_address', 'edit_woocommerce_checkout_page', 10, 1 );
function edit_woocommerce_checkout_page($order){
global $post_id;
$order = new WC_Order( $post_id );
echo '<p><strong>'.__('Alternate Phone Number').':</strong> ' . get_post_meta($order->get_id(), '_billing_field_value', true ) . '</p>';
}
But the field is not getting saved in the address book.
How can I get the Address book plugin to save this additional field data?
Thanks!
]]>Is there any version that has Google Maps or other API Autocomplete during address entry?
]]>Hi Team,
There are multiple issue with this plugin. But I am here to address the most critical one as of now.
While choosing and creating a new address for shipping and placing an order so it always shows an error for country code not set or state not set. After some investigation and troubleshooting. I found that this is because the new address is not being properly saved and which is why the shipping method didn’t triggered and thus throws an errors.
However, adding new address on My Account -> Address Book -> Add new Address -> Saved and then visit checkout to chose this address works fine.
Please see and fix this issue.
Thanks and Regards
I have special case, where all customers are from same organisation. Would it be possible to share address book?
I also considering to use export/import.
i want to create give user option to create new address but not sure which function should be called after getting user data from a custom form?
can you please guide how i can store address for this and how to update etc?
eg
$shipping3_data = array(
'shipping3_address_nickname' => 'Nickname for Billing 3',
'shipping3_first_name' => 'John',
'shipping3_last_name' => 'Doe',
'shipping3_company' => 'Company Name',
'shipping3_country' => 'US',
'shipping3_address_1' => '123 Elm Street',
'shipping3_address_2' => 'Suite 456',
'shipping3_city' => 'Springfield',
'shipping3_state' => 'IL',
'shipping3_postcode' => '12345',
'shipping3_phone' => '555-555-5555',
'shipping3_email' => '[email protected]',
);
want to store this data as shipping3 how can i do. i want to able user submits address bu a custom form ajax based.
Should it work on multisite? I have it network active, all the options enabled, but not seeing any difference checking out on my subsites.
]]>How to customize the addresses output in My Account https://prnt.sc/Fud5I2pss5Gk
]]>I use the address book well.
There was no problem adding all addresses, but this time a strange phenomenon occurred with the Chinese buyer’s address.
When a user enters an address in the form, the normal address is displayed in the following order: user name > address > country name.
However, if a user write the address in the form, the address in China will be changed to country name > address > user name as shown in the attached image.
(LINK) https://drive.google.com/drive/folders/15K2xA5PDih9g_ag3lrO3e7mCP5TuXUDj?usp=drive_link
Could you please fix this problem?
]]>the addresses previously stored in the address book are missing, we have noticed they rather leave a blank space up there with the major upgrade to version 3.0.2
how can we resolve this issue so users can access the addresses that they previously stored.
]]>The version 3.0 upgrade has a new data structure and templates are used this will break custom user modifications! Please test it before upgrading.
The upgrade should work smoothly if you do not have any user modifications.
]]>3.0 really did a number on this.
I see your database structure changed — should I delete the old wc_address_book meta key? Seems like it’s now using wc_address_book_shipping and wc_address_book_billing as the reference arrays.
]]>When clicking address book, no addresses on file appear and the page footer disappears. I already tried disabling all other plugins and switching to a default theme but that make no difference. What might cause that?
When I click view details of this plugin it says “Warning:?This plugin?has not been tested?with your current version of WordPress.” I am using version 6.3 could this be why?
]]>