- Posts: 11
- Thank you received: 0
OS Property support center
more rooms
- Bert Flierman
- Topic Author
- Offline
- New Member
-
Less
More
4 years 8 months ago #138165
by Bert Flierman
more rooms was created by Bert Flierman
Good day gentlemen,
I have two hotels for sale with 35 rooms and 30 bathrooms, but in the configuration the number of rooms will only go to 20, the number of bathrooms to 10 and the number of beds to 20.
Where in the configuration can I change the numbers.
Kind regards, Bert Flierman
www.francemaisons.eu
I have two hotels for sale with 35 rooms and 30 bathrooms, but in the configuration the number of rooms will only go to 20, the number of bathrooms to 10 and the number of beds to 20.
Where in the configuration can I change the numbers.
Kind regards, Bert Flierman
www.francemaisons.eu
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13118
- Thank you received: 1708
4 years 8 months ago #138167
by Mr. Dam
Replied by Mr. Dam on topic more rooms
Hi Bert,
To increase room options in OS Property, please following below steps:
1. Open file: root -> components -> com_osproperty -> helpers -> helper.php
2. Modify below functions:
- dropdropBed
- dropdropRoom
- dropdropBath
And change value: 10, 20 by different numbers
Thanks
Dam
To increase room options in OS Property, please following below steps:
1. Open file: root -> components -> com_osproperty -> helpers -> helper.php
2. Modify below functions:
- dropdropBed
- dropdropRoom
- dropdropBath
Code:
for ($i = 1; $i <= 20; $i++) {
Code:
for ($i = 1; $i <= 10; $i++) {
Thanks
Dam
The following user(s) said Thank You: Bert Flierman
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.