When using the plugin Checkout Field Editor PRO by ThemeHigh and our Google Address Autocomplete add-on, some features of the Checkout Field Editor PRO plugin might be deactivated.
Address Autofill #
Having both our Google Address Autocomplete add-on and the “Address Autofill” enabled at the same time might cause errors such as the Google Maps scripts being loaded more than once, or loading unnecessary scripts, thus impacting performance.
Since the main function for our Google Address Autocomplete add-on is to add the address autofill using the address suggestions from the Google Maps and Places APIs, our add-on will automatically deactivate the option “Address Autofill” from the Checkout Field Editor PRO plugin.
If you try to enable the “Address Autofill” function in the Checkout Field Editor PRO advanced settings, you’ll notice that it is not possible to save that option as enabled, that is because our add-on will set the option value to “always disabled”.
Filter and action hooks #
Best practices #
If you are unsure about how to add the code snippets to your website, check our article:
How to safely add code snippets to your WooCommerce website
Filters #
fc_integration_woo_checkout_field_editor_pro_enable_edit_address_changes– Controls whether to enable edit address changes for WooCommerce Checkout Field Editor Pro.fc_thwcfe_clear_field_keys_skip_list– Defines field keys to skip when clearing THWCFE fields.fc_pro_thwcfe_custom_section_substep_position_args– Filters the position arguments for custom section substeps.fc_pro_thwcfe_substep_text_display_value_show_field_label– Filters whether to show field labels in substep text.fc_pro_thwcfe_substep_text_display_value_{field_type}– Filters the display value for specific field types.fc_pro_thwcfe_substep_text_display_value_{field_key}– Filters the display value for specific field keys.fc_pro_thwcfe_substep_text_content_none_{section_name}– Filters the text displayed when a custom section has no content.fc_pro_thwcfe_{section_name}_substep_text– Filters the complete substep text HTML for a specific custom section.
