Hi Thr,
Here some simple and clear instructions to modify code:
File to edit: appointment-calendar-shortcode.php
[1] Find string Select Service
and comment out following code as below in Snap-1.
Snap-1
[2] Now add an hidden filed code line for a default service ID as shown in Snap-2.
Code line:
<input name="service" id="service" type="hidden" readonly="" value="1"/>
Snap-2
[3] Now change the message on second modal window as shown in Snap-3.
Replacement code:
echo "<div class='apcal_alert apcal_alert-info' align='center'>". __("Available Time For Appointment On", "appointzilla") ." <strong>'".date("d-m-Y", strtotime($AppointmentDate))."'</strong></div>";
Snap-3
Note: Make sure plugin deactivated before doing any editing in code.
Thanks for using Appointment Calendar. You can write a review about our plugin n support here
Best Regards
Frank