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
»
IOSR4 hotel facilities
« previous
next »
Print
Pages: [
1
]
Author
Topic: IOSR4 hotel facilities (Read 4009 times)
peppemania
Jr. Member
Posts: 56
IOSR4 hotel facilities
«
on:
February 19, 2014, 19:01:55 »
hello,
I added some new hotel facilities
Code:
[Select]
'56' => $eLang->get('TELEVISION')
'57' => $eLang->get('IRON')
all it's ok.
but file hothelper.class.php is a protected internal file. If I modify it the site wont be able to connect to IOS RC to retrieve updates.
OK then: can you (datahell) add more hotel facilities?
in the language file there is already the translation.
«
Last Edit: February 20, 2014, 18:01:27 by peppemania
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: IOSR4 hotel facilities
«
Reply #1 on:
February 20, 2014, 21:18:44 »
Additional facilities should be added in room's description. Don't edit IOSR helper, the built-in facilities list is global and used in many places.
"Television" is NOT a hotel facility (ok the hotel has a TV in a public place, no big deal, nothing important to mention to customers), it is a room facility and already exist as such:
'07' => $eLang->get('TELEVISION') //room facility
"Iron" already exist in hotel facilities AND in room facilities:
'33' => $eLang->get('IRONING'), //hotel facility - ironing service
'32' => $eLang->get('IRON'), //room facility - iron
Tip:
Instead of adding new facilities you could change existing ones you don't use. Just edit the language files in this case, you dont have to change the source code...
«
Last Edit: February 20, 2014, 21:21:33 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
IOSR4 hotel facilities