• Resolved deeveedee

    (@deeveedee)


    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.

    • This topic was modified 9 years, 5 months ago by deeveedee.
Viewing 1 replies (of 1 total)
  • Thread Starter deeveedee

    (@deeveedee)

    I’m going to mark this as ‘resolved,’ since I have not been able to reproduce the problem after restarting my browser (which I thought I had done). It appears that this was a browser cache issue and not a WP4.7/WC issue. I apologize for the false alarm. Thanks again for a great plugin!

Viewing 1 replies (of 1 total)

The topic ‘Checkout fields missing after upgrading to WordPress 4.7’ is closed to new replies.