- Posts: 8
- Thank you received: 0
Repeat booking frequency - change from 10 to lower
- Karen-Ann Xavier
-
Topic Author
- Offline
- New Member
-
Less
More
9 years 1 month ago #78507
by Karen-Ann Xavier
Repeat booking frequency - change from 10 to lower was created by Karen-Ann Xavier
Setup Category: repeat booking currently allows up to 10.
Would be ideal if that was configurable in “Edit Services”.
Option Value stop at 3 for our case.
Would be ideal if that was configurable in “Edit Services”.
Option Value stop at 3 for our case.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 1 month ago #78521
by Mr. Dam
Replied by Mr. Dam on topic Repeat booking frequency - change from 10 to lower
Hi,
To reduce the repeat frequency, pleas follow these steps:
1. Open file:
Find
and change to
Thanks
Dam
To reduce the repeat frequency, pleas follow these steps:
1. Open file:
2.root > components > com_osservicesbooking > helpers > calendar.php
Find
Code:
for($m=1;$m<=10;$m++){
?>
<option value="<?php echo $m?>"><?php echo $m?></option>
<?php
}
Code:
for($m=1;$m<=3;$m++){
?>
<option value="<?php echo $m?>"><?php echo $m?></option>
<?php
}
Thanks
Dam
The following user(s) said Thank You: Karen-Ann Xavier
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.