SOLVED !!! 2 Bugs

More
7 years 8 months ago - 7 years 8 months ago #85985 by gerry
SOLVED !!! 2 Bugs was created by gerry
Hi I am reporting the following 2 issues:

1. service info box ( the little box containing price, duration in mins and nr of employees): if you set this to 'don't show' in Layout settings it still shows. only if the service is called from the search module it is off

2. i call a single service via direct link. put some selection into cart, delete it and all of the sudden all services of this employee will show. exactly what i want to avoid...
Last edit: 7 years 8 months ago by Mr. Dam.

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

More
7 years 8 months ago #86004 by Jeff Stone
Replied by Jeff Stone on topic 2 Bugs

gerry wrote: Hi I am reporting the following 2 issues:

1. service info box ( the little box containing price, duration in mins and nr of employees): if you set this to 'don't show' in Layout settings it still shows. only if the service is called from the search module it is off.


Not having this issue on default layout menu item...but I do get it in the service list menu item when I select a service. I think the layout setting in configuration is just for the default layout menu item...

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

More
7 years 8 months ago #86038 by Mr. Dam
Replied by Mr. Dam on topic 2 Bugs
Hi,
1. The first issue can be solved through this solution
- Open file:

root > components > com_osservicesbooking > classes > default.html.php

- Find:
Code:
if(count($services) == 1){
and change to
Code:
if((count($services) == 1) and ($configClass['show_service_info_box'] == 1)){

2. The second issue will be fix in next OS Services Booking version.
Thanks
Dam

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

More
7 years 8 months ago - 7 years 8 months ago #86093 by gerry
Replied by gerry on topic 2 Bugs
Thanks, I made the code mod, but now the service description and photo are also not showing.
I only need the service info box to go away.

many thanks, gerry

PS I call the service from this link:
/index.php?option=com_osservicesbooking&view=default&sid=26
Last edit: 7 years 8 months ago by gerry.

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

More
7 years 8 months ago #86116 by Mr. Dam
Replied by Mr. Dam on topic 2 Bugs
Hi,
Please submit ticket and send your site information with super admin account. I will check the problem for you.
Thanks
Dam

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

More
7 years 8 months ago #86181 by Jeff Stone
Replied by Jeff Stone on topic 2 Bugs
Hi Dam,

I tried this mod, and when I tried to add to cart without entering a number in the number of seats box, I get the popup invalid number, and the add to cart button still goes inactive and cannot add to cart.

But, the service description and photo DO show up in my case.

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

More
7 years 8 months ago #86184 by Roger D
Replied by Roger D on topic SOLVED !!! 2 Bugs
I too am suffering with both of gerry's 1 & 2 issues. Looking forward to next release :)

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

More
7 years 8 months ago #86185 by Mr. Dam
Replied by Mr. Dam on topic SOLVED !!! 2 Bugs
Hi,
Those issues will be solved in next OSB version.
Thanks
Dam

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

More
7 years 8 months ago #86187 by Jeff Stone
Replied by Jeff Stone on topic SOLVED !!! 2 Bugs
Love this extension by the way! It has tons of potential and many practical uses for sure - just a few things that need to be added, adjusted, or addressed

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

More
7 years 8 months ago #86191 by Roger D
Replied by Roger D on topic SOLVED !!! 2 Bugs
+1 Dam and this extension are brilliant and amazing value compared to ALL others available! Perfection in the making for sure.

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

Moderators: Mr. Dam