Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
IOS Reservations Hotels - Features requests
« previous
next »
Print
Pages:
1
...
7
8
[
9
]
10
Author
Topic: IOS Reservations Hotels - Features requests (Read 75629 times)
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOS Reservations Hotels - Features requests
«
Reply #120 on:
May 11, 2015, 12:20:29 »
You see only updates for
IOS Reservations core
. You don't see updates for
IOSR Hotels
because at least one improtant php file is modified. In order to access IOS remote centre your IOSR must be activated and its files must be original. Restore the original files on extension "Hotels" from IOSR Hotels package.
Important files:
PHP (only) files in folders "controllers", "views", "models", "includes"
«
Last Edit: May 11, 2015, 12:22:24 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
peppemania
Jr. Member
Posts: 56
Re: IOS Reservations Hotels - Features requests
«
Reply #121 on:
May 11, 2015, 12:56:26 »
Quote from: datahell on May 11, 2015, 12:20:29
You don't see updates for
IOSR Hotels
because at least one improtant php file is modified.
ok the problem is with
book.php
and
hotelier.php
. there are not modified but applied directly from patch_iosr_hotels_10_to_latest. I restored 2 file from "ext_iosr_hotels_1.0_r705" and work.
Logged
juanon
Full Member
Posts: 109
Re: IOS Reservations Hotels - Features requests
«
Reply #122 on:
May 14, 2015, 12:19:41 »
Hi,
I know it is still soon yet, but I´m excited after reading carefully the draft manual for IOSR Hotels 2.0 and have some questions:
- How meals work? Couldn´t we set a price (in money or discount) for any type of meal included with a room?
- Will be a search module for searching in single hotel? And one advance to search for type of accomodation, price, etc?
Thanks a lot
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOS Reservations Hotels - Features requests
«
Reply #123 on:
May 14, 2015, 21:21:09 »
- You set meals that are included in the price (full board, half board, breakfast, etc). If you want to charge meals then you can use the already existing "Hotel extra services".
- Search system is more advanced in version v2.
BTW I developed 2 new modules these days. The both announced on my Twitter:
Hotel reviews
and
Hotel rating
«
Last Edit: May 14, 2015, 21:24:05 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
juanon
Full Member
Posts: 109
Re: IOS Reservations Hotels - Features requests
«
Reply #124 on:
May 14, 2015, 21:33:42 »
Thanks a lot.
I think I will have to use the already existing "Hotel extra services" but.. is it posible to get an enable/disable feature for these items? This way I could create the 4 meals for every hotel so the hoteliers only need to activate it and change the prices... they are very lazy
Yes, definetely it can be a solution for me and other IOSR Hotel users, can you make this fix for us, please?
Regards
«
Last Edit: May 14, 2015, 23:40:49 by juanon
»
Logged
juanon
Full Member
Posts: 109
Re: IOS Reservations Hotels - Features requests
«
Reply #125 on:
May 31, 2015, 03:00:17 »
Hi Datahell,
Could you please upload the final manual for us to download?
It would make the waiting for IOSR Hotels v2.0 a bit less heavy
Regards
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOS Reservations Hotels - Features requests
«
Reply #126 on:
May 31, 2015, 23:47:33 »
Soon, please wait.
Latest news
I developed an easy to use integration method for IOSR Hotels v2.x XML/JSON API.
You can easily display a booking form
into ANY php powered web site
. The booking is performed on the integration site via the XML/JSON API connection.
I also developed the following ready to use extensions for various CMSs:
- Elxis 4.x plugin (ready and tested)
- Joomla 3.x plugin (ready and tested)
- Wordpress plugin (almost ready, under development)
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
datahell
Elxis Team
Hero Member
Posts: 10356
IOSR Hotels v2 API integration
«
Reply #127 on:
June 01, 2015, 09:37:46 »
Just finished: Easy
IOSR Hotels v2 XML/JSON API integration
into
ANY
PHP powered web site.
You can display a
check availability form
on any PHP powered web site and
accept bookings
without the client to have to visit the site with IOS Reservations Hotels installed.
I developed the following ready to use plugins for various CMSs:
-
Elxis 4.x
plugin (tested on Elxis 4.3)
-
Wordpress 4.x
plugin (tested on Wordpress 4.2.2)
-
Joomla 3.x
plugin (tested on Joomla 3.4)
Also there is ready-to-use (copy-paste) integration code for ANY other PHP site.
Below you can see an example:
$iosr_api_id = 'YOUR_API_ID_HERE';
define('_IOSRHAPICLIENT_', 1);
require_once('iosrclient/client.class.php');
$client = new iosrApiClient($iosr_api_id, '', '');
echo $client->availabilityForm();
That's all!
«
Last Edit: June 01, 2015, 09:40:08 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wieyoga
Jr. Member
Posts: 77
Re: IOS Reservations Hotels - Features requests
«
Reply #128 on:
June 01, 2015, 10:09:54 »
Greatt @datahell big Applause
Logged
Online hotel reservation -
http://www.easyresv.com
juanon
Full Member
Posts: 109
Re: IOS Reservations Hotels - Features requests
«
Reply #129 on:
June 01, 2015, 10:46:32 »
That's really great!!!
So Excited for checking it out.
Just for not keeping keing F5 every five minutes... Do you already have a date for the release?
Thanks a lot, Datahell.
Regards
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Manual for IOS Reservations Hotels v2
«
Reply #130 on:
June 01, 2015, 19:21:49 »
User's manual for IOSR Hotels v2
is finished and published. IOS customers can download it from their IOSR control panel (section
Updates
). Note that the manual might be updated the next days with even more information. I wait for your comments.
For all other users I attach a limited preview of the user's manual (first 7 pages).
IOSR hotels v2 users manual (limited preview)
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
fbookin
Newbie
Posts: 8
Re: IOS Reservations Hotels - Features requests
«
Reply #131 on:
June 01, 2015, 23:40:43 »
Superb new functional!!!!!
Logged
jesusto
Jr. Member
Posts: 68
Re: IOS Reservations Hotels - Features requests
«
Reply #132 on:
June 03, 2015, 17:48:15 »
Hello all,
What about the demo, can we see it today?
Thank you
Logged
FAROOQ
Newbie
Posts: 12
Re: IOS Reservations Hotels - Features requests
«
Reply #133 on:
June 06, 2015, 21:02:46 »
Dear sir
Very excited to see the demo live . Any date to release please update sir
Qazi
India
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOS Reservations Hotels - Features requests
«
Reply #134 on:
June 06, 2015, 21:47:57 »
Everything is ready but I need time to re-check them and make sure everything is OK. Please dont push me, IOSR hotels is a big project (
more than 20 extensions
with thousands of lines of hand-written code) and needs time to perform the checks. IOSR hotels v2 will be released when I will be sure that everything is OK.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages:
1
...
7
8
[
9
]
10
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
IOS Reservations Hotels - Features requests