• Resolved Meet Shah

    (@meet1347)


    Hi there, the plugin is cool, the way you have set the functionality and scope of plugin is very good. I am understanding the configuration and settings from the demo of your site and I am just wondering in my demo site I am not being able to book the appointment by clicking on the calendar and it is being done by clicking on the button above the calendar, what should I do so the clients can book appointment by clicking slots from the calendar and button above that both?

    https://www.ads-software.com/plugins/appointment-calendar/

Viewing 10 replies - 1 through 10 (of 10 total)
  • abhishek

    (@abhipathak)

    Hi
    Meet
    1. Go in your Plugin directory and open appointment-calendar-shortcode.php file
    2. Go to Line Number 171 and make selectable: true,
    3 Go to Line Number 174 and past this code
    var curtdate = jQuery.fullCalendar.formatDate(new Date(),’dd-MM-yyyy’);
    jQuery(‘#appdate’).val(curtdate);
    before this line jQuery(‘#AppFirstModal’).show();
    Thanks

    Thread Starter Meet Shah

    (@meet1347)

    Hi there,
    just making value “TRUE” solved my problem.

    On editing code on #174 made calender disappeared…

    Anyways, thank you very much for such a quick reply buddy.
    Cheers ??

    AK1977

    (@ak1977)

    Hi
    Changing value ‘TRUE’ make the calendar clickable, how to make it that after clicking the time slot at calendar ‘Your Appointment Date’ automatically filled with date and time clicked at the Calendar (without showing another popup calendar)?

    Hope you understand what I mean….

    abhishek

    (@abhipathak)

    Hi Ak
    you want to fill select date in date text box with full calendar
    Please Reply
    Thnks

    AK1977

    (@ak1977)

    Please see image here https://i59.tinypic.com/vr4nxg.png , I dont know how to attach image at forum.

    Thanks for your quick reply.

    abhishek

    (@abhipathak)

    Hi

    Please replace

    var curtdate = jQuery.fullCalendar.formatDate(start,’dd-MM-yyyy’);
    jQuery(‘#appdate’).val(curtdate);
    jQuery(‘#AppFirstModal’).show();

    in
    select: function(start, end, allDay)
    {
    }

    Thanks

    AK1977

    (@ak1977)

    it worked , Great …. but how to append the time too? like I said earlier 05-11-2014 13:00 ? And then remove the datepicker (small calendar at popup) as it will not be needed once date and time is picked and filled by big calendar.

    AK1977

    (@ak1977)

    and what is your email by the way, I need few other tweaks and wish to pay you for all your suport and help.

    Thanks

    AK1977

    (@ak1977)

    no wrries I m able to do both…. but one thing that time is not going forward while choosing Service and clicking Next

    See the below images

    https://i57.tinypic.com/2ypawjb.png
    https://i58.tinypic.com/2q02jwj.png

    Thanks

    AK1977

    (@ak1977)

    Any updates? Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Cannot book appointment from calender’ is closed to new replies.