I am designing a new layout for the Services Booking page. I want to separate it into three or more parts, each will go into its own dropdown. The first drop down I would like to include only the tabs that let you choose the service you want, then the second dropdown would have where you choose a time slot. I have figured out that the code putting both of those out is:
Code:
<?php
OsAppscheduleAjax::loadServices($option,$services,$year,$month,$day,$category->id,$employee_id,$vid);
?>
on line 117 of com_components/com_osservicesbooking/classes/default.html.php, but I am not a programmer and can't figure out how to split that array into two sections. The tabs I have now are working fine, I just want to split that one section. Can you help me?
Sorry this got put into the section, I meant it to be in the General Discussion area.