With WordPress in Full Site Editing mode (WP 6.6.1) and WooCommerce (8.9.3) the buttons for adding/editing addresses does not work. In the devtools console, I get the error “ReferenceError: fabfw_select_address is not defined”. We’ve isolated the issue and were able to add the following code to our functions.php file which seems to have resolved it:
add_action('wp_enqueue_scripts', function() {
fr_address_book_for_woocommerce()->Asset->enqueue_script('fabfw_select_address');
}, 20);
Are there plans to update the plugin to support FSE in the latest WordPress?
]]>Is this plugin compatible with other checkouts or just the core WooCommerce one? We use FunnelKit checkout page. Thank you.
]]>Fr adress book plugin showing this error “High-performance oder stoage” plugin is incompatible with the enabled WooCommerce
please fix this error..
]]>This is a great module, the best of all that I have tested for this functionality, there is only one detail that prevents me from using it in my business model.
My billing and shipping addresses are completely different, my store is designed for people all over the world to buy and ship things to my country, therefore the country field for billing can be anything, while shipping can only be my country
I have this part covered by using the checkout field editor module, which allows me to edit the billing and shipping forms separately.
I love your module, but here are my problems.
Is there any way to separate the addresses by type, shipping or billing, as woodpress appears by default, but of course, with all the magic that your module adds?
greetings and thank you very much.
Hello author I want to mention my issue in your plugin it can’t allow me to add any billing or shipping in checkout page can you see the issue is?
]]>Hi, thanks for your plugin.
I’m testing it for my website and i want to know if is possible to use the added addresses only for shipping (i want that an user have only a billing address to choose from, which i already forced to fill on registration. Using this plugin, when an user add a new address it is added and selected also as billing adddress).
]]>Hi,
Love your plugin but since few weeks, my clients can’t see the shipping method when they enter a custom delivery adress.
I deactivated the plugin and it’s working fine.
any idea ?
WP 6.0.2
PHP 7.2.34
Fr Address Book 1.2.4
Mondial Relay 3.4
Hello,
Very nice plugin indeed.
Small issue, when we add address there is no option to add phone number, but when checkout it does ask billing phone all the time and when we update the billing phone it works for the particular order but next order it keep asking the billing phone.
Can this be fixed? When we add billing phone can it be saved for all time?
Thanks
]]>Hello, Thank you for the making awesome plugin.
Please add 2 new feature to this plugin.
1st is location, customer address location on maps
2nd is popup, When a new address is added or edited.
At present, if any plugin works with this plugin for location map, than let me know.
Can you help please?
]]>This plugin perfectly suits me in terms of functionality, but there is one caveat, when adding a new address, it allows you to change only the “billing” fields, but I need to change the “shipping” fields. all fields are added via the Checkout Fields Manager for WooCommerce plugin. I would be very glad if you can help me
]]>Congratulations on the plugins, fantastic!
I already started using it, but it shows the fields of the Brazilian Market on WooCommerce plugin in a strange way.
https://www.ads-software.com/plugins/woocommerce-extra-checkout-fields-for-brazil/
This is a mandatory plugin for us Brazilians, it adds a conditional field to comply with Brazilian legislation.
At Checkout:
It doesn’t show the fields in the address, but okay, it’s not directly related to delivery, but it would be nice if it shows.
On my account:
Here where it is strange, the form does not show the conditional field. Shows all fields, sequentially.
These fields are also required, but in the form the label describe them as (optional).
It would be amazing if you could make these adjustments in future updates, if not, giving us the path to how we can make this improvement would also help a lot.
Thank you very much and congratulations again.
]]>Hi.
First congratulations for the plugin.
How to show new fields in the checkout address box.
As for example, this field is shown in the box: billing_neighborhood?
thanks
Hello, Thank you for the awesome work.
However, we can’t add different addresses for shipping and billing exclusively.
Can you help please?
Hi
always thanks for your plugin!
I just want to point out a little thing.
You have inserted a pot file with all the lyrics, great!
Only one is missing, the “Address name” field that appears as before when entering a new address.
One last thing,
in the checkout if I click on add address, it actually reopens the form filled in with the texts of the saved address, as if clicking on Edit.
For the rest, thanks!
]]>Hi, the delete button is not showing on my website. The space beside Edit is empty.
]]>Hello, thanks for the great plugin, i want to know how to add a name for the address like Home / Work / …
thanks
Can you tell me what table where multiple billing addresses are stored?
]]>Hello Guys, awesome plugin. I just don’t know if there is some way to add an “Address Name” to the saver address. Or… i don’t know if is something wrong on my website prevent to show it.
Regards.
]]>Hi thanks for your plugin!
If a user has registered multiple addresses, in the cart you will see all the addresses available for billing creating a bit of confusion.
It would be much more useful if only the main one was visible, all the other hidden addresses, you could insert a jQuery button, which shows the other addresses when clicked.
Does this seem feasible to you?
Thank you
]]>pueden hacer una barra de búsqueda para clientes que tienen mas de 200 direcciones. ya que son distribuidores
]]>They could do a search engine, it is for clients who have more than 200 addresses since they are distributors
]]>Hi,
Thanks for the plugin. I wanted to know if the order total can be recalculated when a different address is selected at checkout. My shipping cost varies by location.
Thanks,
Adi
Hi,
I have updated Woocommerce to the latest version and also fr address to the latest version also updated the select-address.php file in theme but still addresses are not showing messed up the whole HTML is showing. I have added the link above too, so please check and I will really appreciate the help asap and fixing of this issue.
Looking forward for your quick response.
Thanks
]]>Hi!, i am trying about aditional fields on functions.php
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_invoice_email’] = array(
‘label’ => __(‘Invoice Email’, ‘woocommerce’),
‘placeholder’ => _x(‘Invoice Email’, ‘placeholder’, ‘woocommerce’),
‘required’ => false
);
return $fields;
}
But the field doesnt update on edit address of my-account page
]]>Hi,
If I add a company name to one of my addresses, the formatting is off when I have 3 or more addresses (the addresses are no longer aligned). However, as I add a couple more company names to additional addresses, the columns line up again.
Is this related to the styles in my theme? I’m using your default template.
Thanks.
]]>Hello,
Woo commerce 4.2.2. update breaking the address section
I did some digging and found the get_formatted_address adding HTML Encode data like
<label for=”fabfw_address_billing_id_1100″ class=”radio “><strong class=”fabfw-address-name”>Shop<br>Jinendra Mudhale<br/>Shop n0 4<br/>Sterling Towers<br/>Muzaffarnagar 416001<br/>Uttar Pradesh<br/ >Edit</label>
How can we fix it?
Thanks
]]>Hi, I couldn’t load addresses to pick at the billing address page but it shows up at shipping address. Kindly help.
]]>How can I add custom validation for phone field to allow only 10 digits mobile number
]]>Awesome plugin but doesn’t render in Elementor designer. After inspection of code it looks like Frontend Assets are only loaded when !is_admin()
thus this is preventing the plugin from rendering within a page designer (e.g. Elementor).
I was able to resolve the issue by removing the else
statement from Fr_Address_Book_for_WooCommerce->init()
and always init()
frontend assets regardless.
Calling enqueue_scripts
from within add_action('woocommerce_before_checkout_billing_form', ...)
is too late in lifecycle when rendering via a designer, the action hook is called but any calls to register/enqueue a CSS/JS file doesn’t work, and the file is not included at render).
To get around this issue and prevent the frontend assets from initializing on all admin pages I added the following code toclass Fr_Address_Book_for_WooCommerce_Frontend_Checkout->init()
and similar code to other frontend classes
add_action('wp_enqueue_scripts', function () {
if (is_checkout()) {
$this->enqueue_scripts();
}
});
Would you consider taking a pull req. for these compatibility changes so that your plugin works with popular page designers?
]]>Hi,
We are having an issue with the Address Book plugin, where the addresses duplicate under the saved addresses section under ‘My account’ after adding addresses to billing and shipping during checkout. This happens regardless of whether the billing and shipping addresses are the same or different. Can you assist us with the issue?
Thank you.
]]>