OS Property support center

more rooms

  • Bert Flierman
  • Topic Author
  • Offline
  • New Member
  • New Member
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

Please Log in or Create an account to join the conversation.

More
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
Code:
for ($i = 1; $i <= 20; $i++) {
Code:
for ($i = 1; $i <= 10; $i++) {
And change value: 10, 20 by different numbers
Thanks
Dam
The following user(s) said Thank You: Bert Flierman

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan