You can extend the behaviour of the default DatePicker Checkout Field in WooCommerce Checkout Manager by hooking into our exposed WordPress Filters. In the below example we add a year and month dropdown to the DatePicker Checkout Field.
Add the following PHP snippets to your current WordPress Theme’s functions.php file:
Billing Section
View CodeShipping Section
View CodeAdditional Section
View Code
thank you . works great!
btw during checkout I’m getting blocked script due to http call to the datepicker script rather than https:
curl “http://www.pink-perfect.com/wp-content/plugins/woocommerce-checkout-manager/includes/pickers/di18n/jquery.ui.datepicker-en.js?ver=4.6.1&nocache=1” –compressed
where can I make the change to the URL to use https?
thanks
Simon
Hi Simon, I’ll do some digging on this and respond in detail. We should be fetching the https:// version when is_ssl() is detected