Hide Calendar an Timezone on Bookingpage

110 views
Skip to first unread message

Tim Jung

unread,
Oct 1, 2023, 1:07:12 PM10/1/23
to Easy!Appointments - Support Group
Hi,
we are using v1.43 
is it possible to hide the Calendar and the Timezone Setting on Bookingpage?
We use the Software for an Event on one Day and we want that the Clients only have to choose the Timeslots. For the Clients its difficult to interact with such a Page so we want to ememinate all unneeded Stuff from the Page.
So i want to hardcode te Date an Timezone in book.php . Has anyone an Idear ho to do that?
Regards
Tim

The Bat

unread,
Oct 3, 2023, 11:31:59 AM10/3/23
to Easy!Appointments - Support Group
timezone removal
preset the timezone in 'frontend_book.js' to:
$('#select-timezone').val=('Australia/Brisbane');

After the "$('#select-timezone').val=('Australia/Brisbane');" command add this one "$('#select-timezone').parent().hide();", to hide the component entirely. 

Alessandro Blasi

unread,
Oct 14, 2023, 1:27:25 PM10/14/23
to Easy!Appointments - Support Group
The best will be to configurate by web or by config file.

Christos Gleridis

unread,
Oct 15, 2023, 5:42:06 PM10/15/23
to Easy!Appointments - Support Group
After you apply the timezone you can go to
Application\views\components\booking_time_step

At line 15: you can add a --> hidden <-- at the end.
Then repeat the process at line 21 ;)
Screenshot 2023-10-15 224022.png
Reply all
Reply to author
Forward
0 new messages