Thanks it seems to work, set up an inquiry and I'll only. Another question: Is it possible to change the date format to European spelling and if so, where I can do that.
we use UTF-8, I think you should edit this file correctly: seach_step_3.php
That's certainly not right, it will output the following: KompassGünther <br> arrive: Günther <br> departure: 04.02.2016 <br> rooms: <br> adults: 3 | children: 0
That cant be true! This is the source code for it - and this would have to be adapted for the umlauts: $ Msg = "$ name <br> arrive:$_POST[surname]<br>departure:$_POST[departure]<br>rooms:$_POST[room]<br>adults:$_POST[adults]<br>children:$_POST[children]";
such as. this one here: // Error messages $ Email = htmlentities ($ _ POST [ 'email'], ENT_QUOTES, "UTF-8"); $ Checkin = htmlentities ($ _ POST [ 'checkin'], ENT_QUOTES, "UTF-8"); $ Checkout = htmlentities ($ _ POST [ 'checkout'], ENT_QUOTES, "UTF-8"); $ Room = htmlentities ($ _ POST [ 'room'], ENT_QUOTES, "UTF-8"); $ Adults = htmlentities ($ _ POST [ 'adults'], ENT_QUOTES, "UTF-8"); $ Children = htmlentities ($ _ POST [ 'children'], ENT_QUOTES, "UTF-8"); if (! filter_var ($ email, FILTER_VALIDATE_EMAIL))
Hi,
you must to set an ID to a single <input class="datapicker"> and recall it in every page with javascript, for example:
<input class="datepicker" type="text" id="id_arrive">
<script type="text/javascript">
$(document).ready(function(){
$('#id_arrive').datepicker();
});
</script>
I guess I was helpful
Iulian
Hi Sandesh4ever,
It is not error. This is just a HTML Template, not a theme with fully functionality. That's why arrive and depart date cannot be selected.
Hello,
The problem is this:
The side room-detail.html has a function in the sidebar you can book rooms.
My request:
Can the template repair it works?
Otherwise,this site is not suitable for posting.
For what this should other wise be there when it does not work,
but is a nonsense!!!
Only as a template I can not use it, plus I buy an extra Template for this function is offered.
According specified in the description of the template, this is possible!!!
features
•50 HTML files with 4 homepages
•5 room styles +3 gallery styles
•Functional booking form
•Functional contact form
•3 Promotional popups included
•Complete page for hotel need ed: events, restaurant, spa, guestbook...
•Short Code, coming soon & 404 page included
•SASS files included
Greetings Günther Kompass
Hi
Did you make any change in your file style.css? If not, please download the attached file (check your email) and overwrite the old file
The booking form in room detail page now is working fine. You have to upload to a host. But it has no style. You can style it as you want
Please see this http://envato.megadrupal.com/html/testcaruso/book.gif
Hi Symdeg
We send you an update via your email
However we keep receiveing error "Deliver status notification (Failure)"
Don't know how to contact you
Hello,
Thanks it seems to work, set up an inquiry and I'll only.
Another question:
Is it possible to change the date format to European spelling and
if so, where I can do that.
Now: 03/21/2016
I like
21/03/2016
Thank you very much, günther
Please check your email for the update file
Many thanks!
Hello,
thank the works, the date ake OK, but the words with ä, ü, ö are not displayed correctly:
Kompass GüntherGünther<br>arrive:Günther<br>departure:31/03/2016<br>rooms:<br>adults:1<br>children:2
this should be:
Kompass Güntherr<br>arrive:Günther<br>departure:31/03/2016<br>rooms:<br>adults:1<br>children:2
and the forms and style ar not good!
By arrive is the first name and not date!?
Beg your message thanks Günther
Hi,
Please give us your site url so that we can take a look at your issue
Hi,
this is the url site:
http://symdeg.com/templates/present/Caruso-Hotel-Present/room-detail.html
Thank you very much, günther
Hi,
Thanks for the url
However, we check the url above and see no error with characters.
So, we check and try your language and see no display problem. Please check if you use utf-8 or not?
Hello,
we use UTF-8, I think you should edit this file correctly:
seach_step_3.php
That's certainly not right, it will output the following:
KompassGünther <br> arrive: Günther <br> departure: 04.02.2016 <br> rooms: <br> adults: 3 | children: 0
That cant be true!
This is the source code for it - and this would have to be adapted for the umlauts:
$ Msg = "$ name <br> arrive:$_POST[surname]<br>departure:$_POST[departure]<br>rooms:$_POST[room]<br>adults:$_POST[adults]<br>children:$_POST[children]";
such as. this one here:
// Error messages
$ Email = htmlentities ($ _ POST [ 'email'], ENT_QUOTES, "UTF-8");
$ Checkin = htmlentities ($ _ POST [ 'checkin'], ENT_QUOTES, "UTF-8");
$ Checkout = htmlentities ($ _ POST [ 'checkout'], ENT_QUOTES, "UTF-8");
$ Room = htmlentities ($ _ POST [ 'room'], ENT_QUOTES, "UTF-8");
$ Adults = htmlentities ($ _ POST [ 'adults'], ENT_QUOTES, "UTF-8");
$ Children = htmlentities ($ _ POST [ 'children'], ENT_QUOTES, "UTF-8");
if (! filter_var ($ email, FILTER_VALIDATE_EMAIL))
Greetings Günther