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
»
IOSR Hotels v2.0
« previous
next »
Print
Pages:
1
[
2
]
3
4
...
12
Author
Topic: IOSR Hotels v2.0 (Read 91796 times)
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #15 on:
June 20, 2015, 09:22:44 »
@peppemania:
You are absolutely right. I already fixed it and I will release an updated version soon. To fix it in your site do the following.
Open file
components/com_reservations/ext/hotels/controllers/api.php
Go to line
807
Change this:
if (!isset($_POST[$roomidx])) { break; }
to this:
if (!isset($_POST[$roomidx])) { continue; }
Save the file and you are ready.
Sorry for the trouble!
Edit:
I just updated IOSR Hotels package. In order not to modify original files and have license issues re-download IOSR Hotels v2.0 and update these 2 files:
hotels.iosr.php
controllers/api.php
Later today I will fix the demo site too.
«
Last Edit: June 20, 2015, 09:37:35 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wieyoga
Jr. Member
Posts: 77
Re: IOSR Hotels v2.0
«
Reply #16 on:
June 20, 2015, 15:24:05 »
Hi @datahell i found minor issue for mod_search when i search hotel, the link for title hotel is wrong - the link supposed to be to hotel detail but back to home page
Logged
Online hotel reservation -
http://www.easyresv.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #17 on:
June 20, 2015, 15:33:23 »
@wieyoga:
I don't see such a problem. I guess you use the old search engine for IOSR Hotels v1.x. Update
engine hotels
to version
2.0
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wieyoga
Jr. Member
Posts: 77
Re: IOSR Hotels v2.0
«
Reply #18 on:
June 21, 2015, 01:13:10 »
Upss
you're right
Thanks
Logged
Online hotel reservation -
http://www.easyresv.com
peppemania
Jr. Member
Posts: 56
Re: IOSR Hotels v2.0
«
Reply #19 on:
June 22, 2015, 11:17:55 »
@datahell thanks for fix API
another problem: I have 1 room but in the reservation process can see and book 5 rooms.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #20 on:
June 22, 2015, 17:45:27 »
It is not a booking issue, you can't actually book the rooms, it is a javascript issue.
Please do the following to solve the problem.
Open this file:
components/com_reservations/ext/hotels/includes/hotels.js
Go to line
230
:
if (numrooms > maxrooms) { val = maxrooms; }
Change it to:
if (numrooms > maxrooms) { numrooms = maxrooms; }
Go to line
233
:
if (numrooms > 4) { return; } //max rooms 5 reached
Add below:
if (numrooms >= maxrooms) { return; } //max available rooms reached
Save the file and you are ready. Hit control+F5 in your browser to refresh its cache.
Note that the same fix must be done on file
ioshclient.js
for those use the plugins or the standalone script for the API.
«
Last Edit: June 22, 2015, 17:49:32 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wieyoga
Jr. Member
Posts: 77
Re: IOSR Hotels v2.0
«
Reply #21 on:
June 25, 2015, 07:18:29 »
Hi @datahell i just install & activated the IOSR plugin on my wordpress sites, can you please share to me how to use it
Thank you
Logged
Online hotel reservation -
http://www.easyresv.com
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #22 on:
June 25, 2015, 14:16:58 »
It is written in the users' manual! Read it and if you have questions, ask.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jorgenunes
Newbie
Posts: 21
Re: IOSR Hotels v2.0
«
Reply #23 on:
June 30, 2015, 19:44:22 »
hi @datahell
It is possible send automatic link to the Review system when the client ends his stay at hotel?
Thank you
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #24 on:
June 30, 2015, 21:16:22 »
Yes
, this is already supported! The related setting is per hotel, so it is absolutely flexible.
Hotels > Click to edit a hotel > Tab "Details" > Field-set "Reviews" >
Review prompt
= Yes/No
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
FAROOQ
Newbie
Posts: 12
Re: IOSR Hotels v2.0
«
Reply #25 on:
July 03, 2015, 20:36:51 »
Sir,
This is Qazi.
today i happen to see that my system is not showing the hotel name in url instead it displays hotel1 ..hotel2 ...hotel3 so on. While as it should have been the hotel name itself for a better SEO friendly url.
attached are two files one from my system and other from booking.com both are screen shots of url once we click on any given hotel.
thanks in anticipations
regards
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #26 on:
July 04, 2015, 18:18:41 »
Before you update from v1 to v2
read the f...ing manual
!
v2 supports SEO titles for hotels. During update it converts old urls "location/45.html" to "location/hotel45.html". You can afterwards edit the hotyel and change the seo title to whatever you want.
IOS Hotels v2 manual > Chapter
1.3.2
Upgrade from version 1 > Read the second warning.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
peppemania
Jr. Member
Posts: 56
API
«
Reply #27 on:
July 06, 2015, 18:41:56 »
i don't know why, but API plugin not work for me.
"Could not check availability! Invalid response."
i tried width standalone plugin in php site, elxis plugin in elxis client site, elxis plugin in server site.
Same result "Could not check availability! Invalid response."
The first version worked width a little error, but the last version nothing.
delete plugin, refresh, delete api, refresh, api normal, super api ... nothing same result
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #28 on:
July 06, 2015, 18:59:12 »
I can check it to see what is the problem. You can send me, if you want, a personal message or an email with FTP access information for both sites (server and client).
NEVER RE-INSTALL IOS RESERVATIONS OR ANY EXTENSION. RE-INSTALL WILL NOT FIX THE PROBLEM.
Such problems almost never get caused by the software. The most usual cause is the server enviroment. In your case the first thing you should check is if the integration settings are correct (READ CAREFULLY THE MANUAL) and calls to IOSR server inner.php file are working.
API clients request the IOSR server like this:
http://www.example.com/inner.php/reservations/hotels/api/countryinfo
A multi-lingual call is like this (for Italian language):
http://www.example.com/inner.php/it/reservations/hotels/api/countryinfo
If the language does not exist, or the URL doesnot exist, or it is blocked, or anything similar, you will get a page
404 error
and an "
invalid response
" on the booking form.
«
Last Edit: July 06, 2015, 19:07:59 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
peppemania
Jr. Member
Posts: 56
Re: IOSR Hotels v2.0
«
Reply #29 on:
July 07, 2015, 10:48:25 »
i send you pm datahell for FTP access.
anyway at www.....inner.php/reservations/hotels/api/countryinfo:
<iosrhotels>
<error>1</error>
<status>ERROR03</status>
<version>2.0</version>
<time>1436254332</time>
<message>
<![CDATA[ Authorization failed ]]>
</message>
</iosrhotels>
Logged
Print
Pages:
1
[
2
]
3
4
...
12
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
IOSR Hotels v2.0