- Posts: 12815
- Thank you received: 1659
03rd November 2022- New version 2.19.2
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
2 years 1 month ago #154444
by Mr. Dam
03rd November 2022- New version 2.19.2 was created by Mr. Dam
The OS Services Booking developer team are proud to announce the release of OS Services Booking 2.19.2. This is a third release for the 2.19.x series of OS Services Booking with a lot of great improvements and addresses issues introduced in previous versions.
What's new in OS Services Booking version 2.19.2
1. Improve order cancellation progress
From this version, user will need to login before they can cancel their reservation.
2. Improve Weekly calendar at Backend
We develop new Weekly calendar version which allow administrator to change order statuses directly through the calendar.
3. Improve Email logs function at Backend
We add email type filtering in Email logs function. By this way, administrator will able to filter sent emails easily based on types
4. Improve file upload function
From now, OS Services Booking will remove forbidden characters in file names when user upload them in Checkout step.
5. Make orders management page responsive on mobile layout
Administrator now can manage reservation on mobile easily.
6. Bugs fixed
Developer team
What's new in OS Services Booking version 2.19.2
1. Improve order cancellation progress
From this version, user will need to login before they can cancel their reservation.
2. Improve Weekly calendar at Backend
We develop new Weekly calendar version which allow administrator to change order statuses directly through the calendar.
3. Improve Email logs function at Backend
We add email type filtering in Email logs function. By this way, administrator will able to filter sent emails easily based on types
4. Improve file upload function
From now, OS Services Booking will remove forbidden characters in file names when user upload them in Checkout step.
5. Make orders management page responsive on mobile layout
Administrator now can manage reservation on mobile easily.
6. Bugs fixed
- Max - Min Check-in
- Javascript Popup in Checkout step
- OSB Table plugin
- Other minor issues
Developer team
Please Log in or Create an account to join the conversation.
- René Calcas
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
2 years 1 week ago #155108
by René Calcas
Replied by René Calcas on topic 03rd November 2022- New version 2.19.2
Bonjour, en faite, je developpe un site internet avec Joomla et j'utilise votre composant OSServices Booking. Seulement, je veux avorrider certain partie du composant notamment la partie de la reservation d'un rendez dans le front. Mais sur la documentation y'a pas grand chose qui est dit. Est ce que je peux savoir sur quel fichiers travailler directement par a cela.
Please Log in or Create an account to join the conversation.
- Wynand Louw
- Offline
- Elite Member
Less
More
- Posts: 223
- Thank you received: 3
2 years 1 week ago #155160
by Wynand Louw
Replied by Wynand Louw on topic 03rd November 2022- New version 2.19.2
Hello Dam
Thanks, for the improvements and for adding some new features.
Getting the following error on the new version 2.19.2:
Deprecated: Required parameter $email follows optional parameter $orderID in administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
Deprecated: Required parameter $subject follows optional parameter $orderID in /administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
Deprecated: Required parameter $body follows optional parameter $orderID in administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
What would this issue be?
Thanks, for the improvements and for adding some new features.
Getting the following error on the new version 2.19.2:
Deprecated: Required parameter $email follows optional parameter $orderID in administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
Deprecated: Required parameter $subject follows optional parameter $orderID in /administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
Deprecated: Required parameter $body follows optional parameter $orderID in administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
What would this issue be?
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12815
- Thank you received: 1659
2 years 1 week ago #155162
by Mr. Dam
Replied by Mr. Dam on topic 03rd November 2022- New version 2.19.2
Hi Wynand,
To solve this issue, you can follow below steps
1. Open file: root -> administrator -> components -> com_osservicesbooking -> helpers -> helper.php
2. Find
and change to
Thanks
Dam
To solve this issue, you can follow below steps
1. Open file: root -> administrator -> components -> com_osservicesbooking -> helpers -> helper.php
2. Find
Code:
public static function logMail($email_type, $orderID = 0, $email, $subject, $body)
and change to
Code:
public static function logMail($email_type, $orderID = 0, $email = '', $subject = '', $body = '')
Thanks
Dam
The following user(s) said Thank You: Wynand Louw
Please Log in or Create an account to join the conversation.
- bindCommerce
- Offline
- Senior Member
Less
More
- Posts: 43
- Thank you received: 0
2 years 3 days ago #155268
by bindCommerce
Replied by bindCommerce on topic 03rd November 2022- New version 2.19.2
You wrote: "From this version, user will need to login before they can cancel their reservation".
But. how does it work when the user reserved the service without authentication? In this case, It can't cancel the reservation?
But. how does it work when the user reserved the service without authentication? In this case, It can't cancel the reservation?
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12815
- Thank you received: 1659
2 years 3 days ago #155270
by Mr. Dam
Replied by Mr. Dam on topic 03rd November 2022- New version 2.19.2
Yes, currently, we believe that user should login to cancel the order. It will prevent someone to cancel the reservation without authentication
Thanks
Dam
Thanks
Dam
Please Log in or Create an account to join the conversation.
- omar montes
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 0
1 year 11 months ago #155428
by omar montes
Replied by omar montes on topic 03rd November 2022- New version 2.19.2
Cool to see a team behind the scenes, it makes a cool solution even better... nice work
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12815
- Thank you received: 1659
1 year 11 months ago #155451
by Mr. Dam
Replied by Mr. Dam on topic 03rd November 2022- New version 2.19.2
You're welcome, Omar
Please Log in or Create an account to join the conversation.
- Wynand Louw
- Offline
- Elite Member
Less
More
- Posts: 223
- Thank you received: 3
1 year 11 months ago #155593
by Wynand Louw
Replied by Wynand Louw on topic 03rd November 2022- New version 2.19.2
Hello Dam
It seems that the issue is appearing again after the last update after I changed it the last time.
Deprecated: Required parameter $subject follows optional parameter $orderID in /home/aquillas/public_html/administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
It seems that the issue is appearing again after the last update after I changed it the last time.
Deprecated: Required parameter $subject follows optional parameter $orderID in /home/aquillas/public_html/administrator/components/com_osservicesbooking/helpers/helper.php on line 7521
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Topic Author
- Offline
- Administrator
Less
More
- Posts: 12815
- Thank you received: 1659
1 year 11 months ago #155625
by Mr. Dam
Replied by Mr. Dam on topic 03rd November 2022- New version 2.19.2
Hi,
Could you please updating the ticket so we can check that issue for you?
Thanks
Dam
Could you please updating the ticket so we can check that issue for you?
Thanks
Dam
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 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.