Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Maybe Bugs
(1 viewing) (1) Guest
Support forum for users using free edition of Book it!. These forums are for mutual help among users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it. .
  • Page:
  • 1

TOPIC: Maybe Bugs

Maybe Bugs 12 years, 7 months ago #23561

Each time you set a new price or type of reservation the system assign e new color to the box in the calendar, the problem is that in css are defined only 22 variation for each so that if you need to prepare a lot of prices or type of reservation the system is not able to do that thing.

/components/com_booking/views/subject/tmpl/default_calendar_monthly.php lline number 107

 
 
<span class="price price<?php echo $service->priceIndex; ?>" id="<?php echo $service->id; ?>">&nbsp;</span> before
<span class="price price<?php echo $service->rtypeId; //$service->priceIndex; ?>" id="<?php echo $service->id; ?>">&nbsp;</span> or after
 
<span class="price price<?php echo $service->rtypeId; //$service->priceIndex; ?>" id="<?php echo $service->id % 22; ?>">&nbsp;</span> or after
 
<span class="price price<?php echo $service->priceIndex; ?>" id="<?php echo $service->id % 22; ?>">&nbsp;</span> or after
 
 
 


There are also some problem choosing check in and check out in different months

May I help you if you need as beta tester may be.
Last Edit: 12 years, 7 months ago by gallus.
  • Page:
  • 1
User Login Empty