I need to set the Min Time Req Before Booking to 1.5hrs on the Weekends and 30mins on the Weekdays. It looks like you can either set this for each service or as a blanket rule across all services, but I actaully need it based on Weekdays and Weekends. What is the best way to approach this?
Unfortunately, there is no option to set a different "MInimum time required before booking" value during the weekends, but you could create a different service specifically for weekends and have it have a different value that the one that is available during weekdays.
Hope this helps you.
Please reach out to us if you have any other questions.
Creating a list of weekend and weekday services isn't ideal from a user experience perspective. It wouldn't look right.
Is there some code I can use to set this? Do you know where it could be done? I understand that I would need to manage that myself and that it would return to default when an update occurs.
eg
$minTemReq = {get current set time from DB} if ($dayOfweek = "Satuday" || $dayOfweek = "Sunday"){
I have checked this with our developers and unfortunately, it is not possible.
- I am sorry to disappoint you, but at this time, this is not achievable with any of our built-in functionalities in Amelia.
The developers might add this in the future, but I can't say an ETA on it.
Please feel free to search through our feature suggestion page, https://features.wpamelia.com/ and see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and it will be forwarded to our management for review.
After it's been reviewed it will be presented on the front page, for voting. Please note that it may take some time before your suggestion is brought up for voting since we receive quite a lot of suggestions on daily basis, and as more people vote, the feature will move higher on the priority list.
-
You can also follow our changeLog page, where we present any changes/new features at every update.
I really appreciate you investigating this for me. I will have a look through the featured suggestions.
In the meantime, I may have another solution. Where is the Minimum time required before stored in the database? I can setup an automatic trigger to update the value, so on the weekdays I can set it to 30 mins and on weekends I can set it to 90 mins. If I know where the value is in database table, I could take care of the rest.
I found the setting in the table 'amelia_services' under then column name 'settings'. I've created a scheduled event which will update the minimumTimeRequirementPriorToBooking setting for each service based on weekday or weekend. I think that should do it for now....hopefully.
Hi There
I need to set the Min Time Req Before Booking to 1.5hrs on the Weekends and 30mins on the Weekdays. It looks like you can either set this for each service or as a blanket rule across all services, but I actaully need it based on Weekdays and Weekends. What is the best way to approach this?
Any help is appreciated.
Kahlil
Hello Kahlil,
Thank you for reaching out to us.
Unfortunately, there is no option to set a different "MInimum time required before booking" value during the weekends, but you could create a different service specifically for weekends and have it have a different value that the one that is available during weekdays.
Hope this helps you.
Please reach out to us if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks for the quick response
Creating a list of weekend and weekday services isn't ideal from a user experience perspective. It wouldn't look right.
Is there some code I can use to set this? Do you know where it could be done? I understand that I would need to manage that myself and that it would return to default when an update occurs.
eg
$minTemReq = {get current set time from DB}
if ($dayOfweek = "Satuday" || $dayOfweek = "Sunday"){
$minTemReq = 90;
}
else {
$minTemReq = 10;
}
Hello Kahlil,
I have checked this with our developers and unfortunately, it is not possible.
- I am sorry to disappoint you, but at this time, this is not achievable with any of our built-in functionalities in Amelia.
The developers might add this in the future, but I can't say an ETA on it.
Please feel free to search through our feature suggestion page, https://features.wpamelia.com/ and see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and it will be forwarded to our management for review.
After it's been reviewed it will be presented on the front page, for voting. Please note that it may take some time before your suggestion is brought up for voting since we receive quite a lot of suggestions on daily basis, and as more people vote, the feature will move higher on the priority list.
-
You can also follow our changeLog page, where we present any changes/new features at every update.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Uroš
I really appreciate you investigating this for me. I will have a look through the featured suggestions.
In the meantime, I may have another solution. Where is the Minimum time required before stored in the database? I can setup an automatic trigger to update the value, so on the weekdays I can set it to 30 mins and on weekends I can set it to 90 mins. If I know where the value is in database table, I could take care of the rest.
Thanks
Kahlil
I found the setting in the table 'amelia_services' under then column name 'settings'. I've created a scheduled event which will update the minimumTimeRequirementPriorToBooking setting for each service based on weekday or weekend. I think that should do it for now....hopefully.
Hello Kahlil,
Glad to hear that you found that option.
Please reach out to us if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables