Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Convert
Wordpress to Elxis
with
Elxis importer
!
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
IOSR Hotels v2.0
« previous
next »
Print
Pages:
1
...
3
4
[
5
]
6
7
...
12
Author
Topic: IOSR Hotels v2.0 (Read 91805 times)
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #60 on:
September 09, 2015, 20:24:25 »
IOSR Hotels does the calculations correctly, you haven't understand how it works.
Since IOSR Hotels v2.0 you can set the prices depending on the number of rooms or persons they are going to stay at the room(s). There is an upper limit of 6 different prices for each entry. Consider the following scenario:
Price for 1 person: 100 EUR
Price for 2 persons: 180 EUR
Price for 3 persons: 240 EUR
Price for 4, 5, 6 persons: No info
Room is charged per person and children discount is 50%.
1.
If 1 adult book the room he will pay: 100 EUR
2.
If 2 adults book the room he will pay: 180 EUR
3.
If 1 adult and 1 child book the room then we have:
price per person: 180 / 2 = 90 EUR
Adult price: 90
Child price: 90/2 = 45 (50% discount)
1 adult and 1 child price = 90 + 45 = 135 EUR.
3.
If 3 adults book the room he will pay: 240 EUR
4.
If 4 or more adults book the room then as the price for 4 adults isn't defined IOSR will get the last defined price (in this case for 3 persons) to calculate the per person price and then multiple it with the quantity of persons:
price per person: 240/3 = 80 EUR
So for 4 adults : 80 x 4 = 320 EUR
for 5 adults: 80 x 5 = 400 EUR
for 3 adults and 2 children: 3 x 80 + 2 x (80/2) = 320 EUR
Got it?
If price for more than 1 room/person confuses you then set the price just for 1 person/room. Only that price is required, the rest are optional.
«
Last Edit: September 09, 2015, 20:29:54 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
amnimaken
Newbie
Posts: 3
Photos of the rooms via Reservation API
«
Reply #61 on:
September 15, 2015, 10:00:57 »
I use Reservation API. When searching for rooms on a certain date there is no way to see all the pictures of the rooms:
Previously, I used IOSR Hotel API and there was such an opportunity:
How can I make it possible to display all the photos of rooms using Reservation API?
I would be very grateful for help and advise.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #62 on:
September 15, 2015, 18:25:16 »
The API supports unlimited images. It gets all the images from IOSR but the built-in plugins I developed have no gallery ability and so they display only one image.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jorgenunes
Newbie
Posts: 21
Re: IOSR Hotels v2.0
«
Reply #63 on:
September 16, 2015, 22:24:42 »
Hi
Is it possible to add the status:
- canceled
- no show
In the reserve status options
Best regards
Jorge Nunes
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #64 on:
September 19, 2015, 13:49:43 »
When you cancel a reservation the reservation gets deleted, so it has no meaning to display "canceled" or "no show".
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jorgenunes
Newbie
Posts: 21
Re: IOSR Hotels v2.0
«
Reply #65 on:
October 12, 2015, 16:27:21 »
Hi
It will be possible to add additional services (extra bed) free?
In many cases the extra bed for child is free, but the system does not accept value 0.
Best regards
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #66 on:
October 12, 2015, 19:22:42 »
Extra services are only paid services. If you provide something for free you can just write it in hotel/room description area. Guests will know that you provide this service and ask for it when they visit the hotel.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
peppemania
Jr. Member
Posts: 56
Re: IOSR Hotels v2.0
«
Reply #67 on:
October 20, 2015, 11:39:46 »
I tried iosr API for joomla (live site). It works for 2 or 3 times, after "Request failed!".
I tried it on various sites with joomla several servers, but same problem. it works for the first 2 or 3 times, after "Request failed!".
I tested locally with the same settings (no cache, no compress js etc..) and it works great always.
Logged
peppemania
Jr. Member
Posts: 56
Re: IOSR Hotels v2.0
«
Reply #68 on:
October 20, 2015, 18:05:44 »
ok sorry.
the problem is url width "www" or not:
www.mysite.com
or mysite.com
sorry again
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #69 on:
October 20, 2015, 19:23:39 »
The URL and other connection parameters must be exactly as the configuration files, else API client-server authorization will fail.
Good to find out the problem by yourself
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jorgenunes
Newbie
Posts: 21
Re: IOSR Hotels v2.0
«
Reply #70 on:
November 06, 2015, 21:57:39 »
Hi
It is possible an api allow reservations for various hotels?
For example, hotels in a city, region or country?
Thank you
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #71 on:
November 06, 2015, 22:22:32 »
Yes if it is marked as
Super API
. In this case in the implementation code you must provide the hotel id (
hid
) for which you want to display the booking form. You can do that even dynamically with javascript. The booking form always checks the availability of the given hotel.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
jorgenunes
Newbie
Posts: 21
Re: IOSR Hotels v2.0
«
Reply #72 on:
November 16, 2015, 17:32:29 »
Hi
When I try to update IOS RESERVATIONS, 4.1 to 4.2 I get error information ERROR204.
thank you
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR Hotels v2.0
«
Reply #73 on:
November 16, 2015, 18:41:50 »
Your copy of IOS Reservations must be original in order to access IOS RC and download updates. Restore IOSR original files and try again. If the problem persists contact me via e-mail to send you the update patch (inform me the version you currently use).
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
MG01
Newbie
Posts: 26
Re: IOSR Hotels v2.0
«
Reply #74 on:
November 19, 2015, 12:40:28 »
Hi,c
is there any chance to list hotels which are set to accept bookings via Inquiry Form under search results?
Thanks
Logged
Print
Pages:
1
...
3
4
[
5
]
6
7
...
12
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
IOSR Hotels v2.0