Is it possible to select multiple timeslots?

  • Nicolai Kibsgaard
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 5 months ago #38963 by Nicolai Kibsgaard
Is it possible to select multiple timeslots? was created by Nicolai Kibsgaard
Is it possible to select multiple timeslots at once? So you don't have to select one, add it to the cart, select one, add it to the cart and so on?

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

More
10 years 5 months ago #38966 by Mr. Dam
Hi Nicolai,
Sorry, it's impossible to select more than one time slot in one "Add to cart" session.
Thanks
Dam

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

More
10 years 1 month ago #43555 by steve smith
Replied by steve smith on topic Re: Is it possible to select multiple timeslots?
Please create an option for time slot which has radio button or checkbox on backend configuration then customer will be able to select multiple timeslot. Thank you.

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

More
10 years 4 weeks ago #43562 by Mr. Dam
Hi Steve,
Please download current version of OS Services Booking, it has feature to allow you to add multiple timeslots at backend when you assign services for one order.
By the way, regarding to another question from you that you want to remove the text "Service cost with this employee", please follow these steps
Open file: components > com_osservicesbooking > helpers > calendar.php
find
<div class="row-fluid">
<div style="padding-bottom:5px;" class="span12">
<div class="available_information">
<?php echo JText::_('OS_SERVICES_COST_WITH_THIS_EMPLOYEE')?>:
<?php echo $configClass?> <?php echo $service->service_price + $additional_price?> <?php echo $configClass;?>
<?php
if($additional_price > 0){
?>
(<?php echo JText::_('OS_ADDITIONAL_COST1')?>: <?php echo $configClass?> <?php echo $additional_price;?> <?php echo $configClass;?>)
<?php
}
if(count($extras) > 0){
?>
<BR />
<?php
for($i=0;$i<count($extras);$i++){
$extra = $extras[$i];
echo JText::_('OS_FROM').": ".$extra->start_time;
echo " ".JText::_('OS_TO').": ".$extra->end_time;
echo " + ".$extra->extra_cost." ".$configClass;
echo "<BR />";
}
}
?>
</div>
</div>
</div>

and remove it
Thanks
Dam

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

More
10 years 4 weeks ago #43572 by steve smith
Replied by steve smith on topic Re: Is it possible to select multiple timeslots?
Thank you for your response, but what i need is from my site's front end my customer will select multiple slots, like some need 1 slot another need 2 slot like this . Please help me ...

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

Moderators: Mr. Dam