Viewing 12 replies - 1 through 12 (of 12 total)
  • 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

    Thread Starter Salvatore

    (@mistyanet)

    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') );
    
                // https://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 ?

    Thread Starter Salvatore

    (@mistyanet)

    Can you send me the link of your website?

    Yes. Sure . thanks for looking into this . its test site

    https://www.talabiyi.com/Orders3/checkout/

    Thread Starter Salvatore

    (@mistyanet)

    uhm, i don’t see the picker input in your checkout https://screencloud.net/v/w202

    Thread Starter Salvatore

    (@mistyanet)

    ops, my bad. I was in cart!

    https://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..

    it shows in the checkout

    I see ,,,any hints ?

    Thread Starter Salvatore

    (@mistyanet)

    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

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Jquery timepicker doesn't work’ is closed to new replies.