Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for beejay

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 20:42
  • Posts: 4
  • Profile Views: 3258
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
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?
Issues: calendar, oc ...
Category: Community Support
emo
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 pad?
wrong calculation wi ...
Category: Pre-sale Questions
emo
Hello,
I described my problem in community forum but not get answer

www.artio.net/support-forums/booking/com...checkins-terms-of-co

When I buy paid version is it possible that my problems with calendar will be solved?
wrong calculation wi ...
Category: Pre-sale Questions
emo
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
Issues: calendar, oc ...
Category: Community Support
More
Přihlášení uživatele Prázdný