Checkout fields missing after upgrading to WordPress 4.7
-
I’m testing WooCommerce 2.6.9 with WordPress 4.7 in a sandbox environment before applying WP 4.7 to my production site. WC 2.6.9 worked fine with WP 4.6.1; however, with WP 4.7, the required checkout fields are missing from my Checkout page. Note that I have observed this problem both with and without the following filters that I am using to customize my checkout page (which worked fine with WP 4.6.1):
add_filter( 'woocommerce_checkout_fields' , 'override_checkout_fields' ); add_filter('woocommerce_enable_order_notes_field', '__return_false');My WC Status reports no errors/issues. I am using Fruitful Theme 3.3.1.
Please let me know if you have suggestions for how I could fix this issue. Thank you for your great plugin and excellent support.
The topic ‘Checkout fields missing after upgrading to WordPress 4.7’ is closed to new replies.