HI SAlvatore. I have the same issue.. if you dont mind . where exactly do you insert the jquery-ui and whats the core
thanks
Hove
Hi Hove4u,
i’ve changed the file in /woocommerce-checkout-manager/woocommerce-checkout-manager.php from line 384
wp_enqueue_script('jquery-ui-datepicker');
wp_enqueue_style('jquery-style', plugins_url('woocommerce-checkout-manager/includes/pickers/jquery.ui.css') );
// http://fgelinas.com/code/timepicker/
wp_enqueue_script( 'jquery-lib', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js' );
wp_enqueue_script( 'jquery-ui-lib', '//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js' );
wp_enqueue_script('jquery-ui-timepicker', plugins_url('woocommerce-checkout-manager/includes/pickers/jquery.ui.timepicker.js') );
wp_enqueue_style('jquery-ui-timepicker', plugins_url('woocommerce-checkout-manager/includes/pickers/jquery.ui.timepicker.css') );
wp_enqueue_style('jquery-ui-timepicker-min', plugins_url('woocommerce-checkout-manager/includes/pickers/include/ui-1.10.0/ui-lightness/jquery-ui-1.10.0.custom.min.css') );
this isn’t a good solution (an update of the plugin will broke my solution.. but for now: it’s work š
Thanks for quick help Salvatore .
I also have the time picker . do i apply the same . and where ?
much appreciate your expertise and time
Thanks
HOve
WOOPS .. didn’t work for me .. my theme may be overriding ?
Can you send me the link of your website?
Yes. Sure . thanks for looking into this . its test site
http://www.talabiyi.com/Orders3/checkout/
uhm, i don’t see the picker input in your checkout http://screencloud.net/v/w202
ops, my bad. I was in cart!
http://screencloud.net/v/D4Z4 uhm, your error is about chosen!
The picker doesn’t work because you have an error in javascript.. maybe you don’t have included a jquery plugin..
OK great thanks . because it was working with other date picker plugins. but much I appreciate your input. will try and figure it out somehow..
have a great day Salvatore