Page 1 of 1

Display only rooms from Sub Account

Posted: Fri Sep 18, 2015 2:51 pm
by dmitry
Dear Colleagues,

Please help me how to do it?

I would like to display on the website different sub accounts depending on different users on the website

How to do it the best?

Thanks in advance!


Dmitry

Re: Display only rooms from Sub Account

Posted: Sat Sep 19, 2015 6:47 am
by markkinchin
There are a number of ways to display groups of rooms/properties by changing the booking page URL

https://wiki.beds24.com/index.php?title=Developers

1) Use the ownerid of the account or sub account to display all properties in that account like this:

https://www.beds24.com/booking2.php?ownerid=1719

2) Use hideprop to show all properties in the account except a few selected ones, ie this will hide properties 2665 and 2666

https://www.beds24.com/booking2.php?own ... =2665,2666

3) Use hideroom to show a property but hide the specified rooms

https://www.beds24.com/booking2.php?pro ... =4934,4933


It is also possible to group and filter properties in an account using keywords, see the menu Settings > Agency > Properties