03rd November 2022- New version 2.19.2

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
1 year 4 months ago #154444 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
  • Max - Min Check-in
  • Javascript Popup in Checkout step
  • OSB Table plugin
  • Other minor issues
Thanks
Developer team


 

Please Log in or Create an account to join the conversation.

More
1 year 3 months 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.

More
1 year 3 months 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?

Please Log in or Create an account to join the conversation.

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
1 year 3 months 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
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.

More
1 year 3 months 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?

Please Log in or Create an account to join the conversation.

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
1 year 3 months 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

Please Log in or Create an account to join the conversation.

More
1 year 3 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
  • Administrator
More
1 year 3 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.

More
1 year 2 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

Please Log in or Create an account to join the conversation.

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
1 year 2 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

Please Log in or Create an account to join the conversation.