Add custom fields to WooCommerce checkout page.
Custom Checkout Fields for WooCommerce plugin lets you add custom fields to WooCommerce checkout.
/wp-content/plugins/
directory.is_visible()
in default_address_fields()
. This fixes the issue with visibility options (e.g. “User roles”) not functioning properly.no
).alg_wc_checkout_field
).[alg_wc_ccf_if]
shortcode added.[alg_wc_ccf_datetime]
shortcode added.200
(was 0
). Admin settings description updated.alg_wc_ccf_field_visible
filter added.plugins_loaded
action now.alg_wc_ccf_get_field_option
filter added.load_plugin_textdomain
moved to the to init
action.is_visible()
before adding it to order meta. This solves the issue with hidden (e.g. via “Visibility Options > Products”) “checkbox” type fields.[alg_wc_ccf_translate]
shortcode added (for WPML / Polylang).es_ES
translation added.