Questions/Suggestions

  • Quy Ton
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
7 years 4 months ago - 7 years 4 months ago #112934 by Quy Ton
Questions/Suggestions was created by Quy Ton
How to remove the `Gross Amount` line in the Cart box?

There are 4 time slots. When the 1st one is added to cart, it disappears, yet the other time slots are visible with `Occupied` label. Why? See screenshots.

When `Show Employee Information bar` is No, I expect the [+] in the Cart box to be hidden too.

In \com_osservicesbooking\component\classes\default.html.php (line 117), combine `class` attributes:
<div class="<?php echo $mapClass;?>" id="calendardivleft" class="hidden-phone">

In \com_osservicesbooking\component\helpers\common.php (line 977), missing opening <font> tag or remove closing </font> tag:
<strong><?php echo $service->service_total;?> <?php echo JText::_('OS_MINS')?></font></strong>

in \com_osservicesbooking\component\classes\ajax.html.php, remove duplicate `class` attribute:
<td class="infor_left_col" class="infor_left_col">

Please allow adding custom colors to the `Time Slots background`.

In the Calendar, when a day is not available, make the cursor an arrow and not a hand. To fix this, add the `disabled` class as follows:
$classname = "btn btn-gray disabled";

Please consider adding the selected date above the timeslot area after clicking the date in the calendar.
Last edit: 7 years 4 months ago by Quy Ton.

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

Moderators: Dang Thuc Dam