• plauditdesign

    (@plauditdesign)


    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?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.