How to hide the minutes ?

  • Scottadam
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 7 months ago - 7 years 7 months ago #108918 by Scottadam
How to hide the minutes ? was created by Scottadam
Hi need help on a simple thing i hope :)

How to hide the minutes on bottom of booking form ?
This is at the bottom of main booking form but i want to hide it

+ i might need to hide the whole thing in future also?

Last edit: 7 years 7 months ago by Scottadam.

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

More
7 years 7 months ago #108953 by Dang Thuc Dam
Replied by Dang Thuc Dam on topic How to hide the minutes ?
Hi,
If you want to remove number mins of service in Service information box, you can follow these steps
1. Open file:

root > components > com_osservicesbooking > helpers > common.php

2. Find:
Code:
<span class="editlinktip hasTip" title="<?php echo JText::_('OS_LENGTH')?>"> <img src="<?php echo JURI::root()?>components/com_osservicesbooking/style/images/time.png" width="14" /> </span> <strong><?php echo $service->service_total;?> <?php echo JText::_('OS_MINS')?></font></strong> &nbsp;|&nbsp;
and remove it
Good luck
Dam

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

  • Scottadam
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 7 months ago #108967 by Scottadam
Replied by Scottadam on topic How to hide the minutes ?
OK thanks, I also see the code for the number of employees etc in same location so know how to hide them also.

Thanks

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

Moderators: Dang Thuc Dam