Menu Content

Support

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

Issues: calendar, occupancy, checkins, terms of co
(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: Issues: calendar, occupancy, checkins, terms of co

Issues: calendar, occupancy, checkins, terms of co 9 years, 1 month ago #46051

Hello,
I use:
Joomla 3.3.6
template: purity II (responsible)
Artio Booking 2.3.1

I already solve some problems (maybe help for others):
1. I changed modal operation for "Terms of contract" - because i just could not click it - propably some changes in bootstrap 3:

oryginal in form_customer.php:
 
<?php if ($config->terms_of_contract_accept) { ?>
<label>
<input type="checkbox" name="accept_terms_of_contract" id="accept_terms_of_contract" value="1">
<?php JHTML::_('behavior.modal', 'a.modal'); ?>
<?php echo JText::_('I_ACCEPT')?> <a class="modal" rel="{handler: 'iframe', size: {x: 750, y: 600}}" href="#terms_of_contract"> <?php echo $config->terms_of_contract->title; ?> </a>.
</label>
<div style="display:none"><div id="terms_of_contract">
<h2><?php echo $config->terms_of_contract->title; ?></h2>
<?php echo $config->terms_of_contract->text; ?>
</div></div>
<?php } ?>
 


My change:

 
<?php if ($config->terms_of_contract_accept) { ?>
<label>
<input type="checkbox" name="accept_terms_of_contract" id="accept_terms_of_contract" value="1">
<?php echo JText::_('I_ACCEPT')?> <a data-toggle="modal" data-target="#terms_of_contract" href="#terms_of_contract"> <?php echo $config->terms_of_contract->title; ?> </a>.
 
</label>
<div class="modal fade" id="terms_of_contract">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel"><?php echo $config->terms_of_contract->title; ?></h4>
</div>
<div class="modal-body">
<?php echo $config->terms_of_contract->text; ?>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
<?php } ?>
 


2. After calendar in reservation of item text in fields check in/ check out was to big, so it was unreadable. I add to custom.css (BTW every browser is displaying different this fields):
 
.cal input {
font-size: 90%;
height: 24px !important;
width: 180px !important;
}
 


3. Module Booking Search had replaced check in/ check out prompts (name of filed "check in", in field prompt "check out" - i do not remember how i did change.



Problems to solve ( I hope somebody give me some clues):

1. Calculation problem with day/night - when i choose in reservation period in 2 months (for example 30 march - 2 april) in calculation is one day missing - it count 2 instead of 3. When i mark 30 march and then click "nexy mont" squere with date 31/1 is dissapearing.

2. When i click "book it" in "basic price" i have sometimes weird number, for example booking 14 nights for $10 with 10% discount for over 7 days gives me "-$280". "Total price" is good calculated.

3. Module Booking Search:
a) in Opera can not click on calendar
b) when i choose 30 march - 2 april i have "Given date range is invalid. Value from cannot be older then to."
c) when module is Published when i click "Book it" in ARTIO Booking Items module - occupancy values are displayed wrong - i can not see full dropdown list; when i unpublished Module Booking Search everything is ok.
d) i can not put one month + on iphone - field " > " is changing position when i try to tap - i get one year + or "today".
e) calendar is to small to use comfortable on smartphones

4. Quick book page- is not working for me - i have only dropdown list of item - when i choose one nothing happens

5. Reservation calendar (menu item) - showing only calendar without reservation marked or squares.

6. Image gallery slide is not working.

I hope I make myself clear and somebody helps.

Beejay
Last Edit: 9 years, 1 month ago by beejay.
The topic has been locked.

Re: Issues: calendar, occupancy, checkins, terms of co 9 years, 1 month ago #46066

  • mitk
Hello,

if you wait for help from Artio team, please, send us a Support ticket - can be found in your Artio user account -> left panel -> Support.
The topic has been locked.

Re: Issues: calendar, occupancy, checkins, terms of co 9 years, 1 month ago #46076

I am using free version.
Do i get some support tickets with buy of paid version? Or should I buy one, no matter what version I am using - free or paid?
The topic has been locked.
  • Page:
  • 1
User Login Empty