• Resolved usertanm

    (@usertanm)


    Hi Saravana,
    Thanks for the great plugin.
    I want to implement multiple date select in my product admin page.
    I am using Keith-Wood’s jQuery Datepicker plugin, enqueue in my functions.php
    Tested ok on product page, but not working on admin page.
    How do I accomplished ?
    Thanks in advance.

    https://wordpress.org/plugins/wc-fields-factory/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Hi,

    for this you will have to edit the plugin file by yourself ( which is not recommended ).

    wc-fields-factory/classes/wcff-product-form.php LN : 902 function is wccpf_front_end_enqueue_scripts() this is where you will have to enqueue your custom datepicker js files.

    and go to wc-fields-factory/classes/fields/wcff-datepicker.php LN : 441 function is initialize_datepicker_field() this is where the initialization of datepicker script located, you will have to modify this too.

    Thread Starter usertanm

    (@usertanm)

    Thanks Saravana,
    I end up using admin_enqueue_scripts & add my own js in my function.php

    Now it works perfectly with your plugin.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘multiple date for admin’ is closed to new replies.