I would like to set certain times where you can book an appointment. The appointments are always 25 minutes long.
If I edit my times in the backend according to this guide, it doesn’t work:
https://salonbookingsystem.helpscoutdocs.com/article/163-how-time-slots-are-calculated
if I enter 8:30 and the next appointment starts at 9:15 and I enter such different booking rules then the frontend does not show 8:30! It shows then 8:15 and everything shifts by 15 minutes. Unfortunately, I can’t set an appointment to last 25 minutes. We always have a 20 minute break between appointments.
How can I solve this problem?
]]>I’m using this great plugin to display a hall plan for my sports club (similar to the Gym classes demo). We have 4 halls/room and lots of events with even more timeslots, and sometimes the timeslots of the same event (Yoga for example) are in different halls or rooms.
It would be nice if the category (in this case the hall/room) could be assigned to a timeslot rather than to an event.
Or is there another way without creating new events for every timeslot if they are in different rooms?
I am again stucking in a problem!!
i have created my wordpress website 4 months ago and the upper mentioned topic helped me alot
not my client turned out new senario:
they are saying that in website user can not order from night(10:30 pm) to morning (9:00
am) Pakistan Standard Time.
i used this following code:
function add_the_date_validation( $passed, $product_id, $quantity ) {
$passed = true;
date_default_timezone_set(“Asia/Karachi”);
$day = date(‘l’);
$time = strtotime(date(‘h:i’));
$lunchstarttime_a = strtotime(“10:30”);
$lunchendtime_a = strtotime(“09:05”);
$dinnerstarttime = strtotime(“10:30”);
$dinnerendtime = strtotime(“09:05”);
//Check for Lunch
if($selected == “Lunch”)
{
if($time < $lunchstarttime_a && $time < $lunchendtime_a)
{
$passed = false;
}
if(!$passed)
{
wc_add_notice( __( ‘SORRY! YOU CANNOT ORDER FOR LUNCH & DINNER IN BETWEEN 10:30 PM TO 9 AM DUE TO MEAL BOX OPERATIONAL HOURS.THANK YOU FOR YOUR PATIENCE!.’, ‘woocommerce’ ), ‘error’ );
}
}
}
according to my senario any user/ customer should not order after 10:30 night and 9:05 morning
please help me we are running out of time
regards,
asad
I can not edit or delete timeslots (have a look at the screenshot below).
I have no button and I can not select timeslots which have been saved.
Please help me and tell me how to do it.
]]>