- Posts: 20
- Thank you received: 0
Questions/Suggestions
- Quy Ton
- Topic Author
- Offline
- Junior Member
-
Less
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.
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
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.