- Posts: 6
- Thank you received: 0
2 questions: extra cost in time field, time format
- Сергей Подварский
-
Topic Author
- Offline
- New Member
-
Less
More
10 years 4 months ago #54536
by Сергей Подварский
2 questions: extra cost in time field, time format was created by Сергей Подварский
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 4 months ago #54555
by Mr. Dam
Replied by Mr. Dam on topic 2 questions: extra cost in time field, time format
Hi,
1. To add the additional cost of employee into the time slot.
-> It is quite difficult to add the "additional cost" into time slot details. In fact, you can do it by modifying file: components > com_osservicesbooking > helpers > calendar.php
Function: getAvaiableTimeFrameOfOneEmployee
But the difficult point here is you need to retrieve the additional cost and time of employee and then, compare and assign it to correct time slot. I believe it's not simple work. Think carefuly before implement it.
2. To remove the date in Summary part, please following these steps.
Open file:
components > com_osservicesbooking > helpers > calendar.php
find
<?php echo date($configClass,$inctime + $service_total_int)?>
---
<?php echo $end_booking_time;?>','<?php echo date($configClass,$inctime);?>
---
<?php echo date($configClass,$start_time_int);?>
---
<?php echo date($configClass,$end_time_int)?>
and remove them
Good luck
Dam
1. To add the additional cost of employee into the time slot.
-> It is quite difficult to add the "additional cost" into time slot details. In fact, you can do it by modifying file: components > com_osservicesbooking > helpers > calendar.php
Function: getAvaiableTimeFrameOfOneEmployee
But the difficult point here is you need to retrieve the additional cost and time of employee and then, compare and assign it to correct time slot. I believe it's not simple work. Think carefuly before implement it.
2. To remove the date in Summary part, please following these steps.
Open file:
components > com_osservicesbooking > helpers > calendar.php
find
<?php echo date($configClass,$inctime + $service_total_int)?>
---
<?php echo $end_booking_time;?>','<?php echo date($configClass,$inctime);?>
---
<?php echo date($configClass,$start_time_int);?>
---
<?php echo date($configClass,$end_time_int)?>
and remove them
Good luck
Dam
The following user(s) said Thank You: Сергей Подварский
Please Log in or Create an account to join the conversation.
- Сергей Подварский
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 4 months ago #54576
by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Thanks!
I can del date)))
But i have some question about employee extra cost.
In backend i cant save extra cost.
only phpmy admin, if i add field he saved.
I can del date)))
But i have some question about employee extra cost.
In backend i cant save extra cost.
only phpmy admin, if i add field he saved.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 4 months ago #54578
by Mr. Dam
Replied by Mr. Dam on topic 2 questions: extra cost in time field, time format
Thank you for your report, we have solved the issue and update into OS Services Booking 2.3.3
Regards,
Dam
Regards,
Dam
The following user(s) said Thank You: Сергей Подварский
Please Log in or Create an account to join the conversation.
- Сергей Подварский
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 4 months ago #54816
by Сергей Подварский
Hi.
How i can update OS services Booking (read - solve the issue with extra cost), without install new version of component?
Manually, because i change - a many files, and if i install new version - they lost!(((
thank you,
Sergey
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Dang Thuc Dam wrote: Thank you for your report, we have solved the issue and update into OS Services Booking 2.3.3
Regards,
Dam
Hi.
How i can update OS services Booking (read - solve the issue with extra cost), without install new version of component?
Manually, because i change - a many files, and if i install new version - they lost!(((
thank you,
Sergey
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 4 months ago #54817
by Mr. Dam
Replied by Mr. Dam on topic 2 questions: extra cost in time field, time format
Hi,
If you don't want to install latest OS Services Booking version. You only need to update file
administrator > components > com_osservicesbooking > classes > employee.php to get the bug "can't save extra cost" fixed
Thanks
Dam
If you don't want to install latest OS Services Booking version. You only need to update file
administrator > components > com_osservicesbooking > classes > employee.php to get the bug "can't save extra cost" fixed
Thanks
Dam
The following user(s) said Thank You: Сергей Подварский
Please Log in or Create an account to join the conversation.
- Сергей Подварский
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 4 months ago #54818
by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
You are the best!!!))
Please Log in or Create an account to join the conversation.
- Сергей Подварский
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 4 months ago - 10 years 4 months ago #54939
by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Hello!
forgive for my importunity
in our country the slow Internet at many people
.
Therefore the moment of sending the letter of confirmation lasts some time. And users press on the button several times sometimes.
How it is possible will get rid of a problem of sending several empty letters?
forgive for my importunity
in our country the slow Internet at many people

Therefore the moment of sending the letter of confirmation lasts some time. And users press on the button several times sometimes.
How it is possible will get rid of a problem of sending several empty letters?
Last edit: 10 years 4 months ago by Сергей Подварский.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 4 months ago #55236
by Mr. Dam
Replied by Mr. Dam on topic 2 questions: extra cost in time field, time format
Hi,
It seems your problem is the confirmation email doesn't contain the total price?
Can you tell me what's the email type? to Administrator, Employee or Customer?
Thanks
Dam
It seems your problem is the confirmation email doesn't contain the total price?
Can you tell me what's the email type? to Administrator, Employee or Customer?
Thanks
Dam
The following user(s) said Thank You: Сергей Подварский
Please Log in or Create an account to join the conversation.
- Сергей Подварский
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 4 months ago - 10 years 4 months ago #55248
by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Hi,
No problem with cost in email template.
My Problem with "button", if I click on button more than 1 time, and more and more clicks.
OSSB - send emeil - for all my clicks.
No problem with cost in email template.
My Problem with "button", if I click on button more than 1 time, and more and more clicks.
OSSB - send emeil - for all my clicks.
Last edit: 10 years 4 months ago by Сергей Подварский.
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.