bug widget?

Everything related to your website and the Beds24 widgets
Post Reply
sylvainbg
Posts: 5
Joined: Wed Jan 25, 2017 8:40 am

Hi.

Our website: http://almbybnb.com/index.html

When someone is chosing until 6 adults, the widget on the right work correctly (showing the correct price) but if people are putting too much adults (over our max of 6), They can still book and they get a wrong price (basic price)

Whad is wrong?, what should I do to make it correct?
sylvainbg
Posts: 5
Joined: Wed Jan 25, 2017 8:40 am

It's seems that It was changing number of guest to one.

I think it can be confusing for guests that Thought they are booking for 9 adults (some example) as one top it's say only number of night and not possible to change number of adults and number of children
annettemorgenroth
Posts: 1335
Joined: Sun Jun 30, 2013 8:44 am

You can remove the number of guests you do not want to display from the code. Search the code for "Adults" and remove for example <option value='7'>7</option><option value='8'>8</option><option value='9'>9</option><option value='10'>10</option><option value='11'>11</option><option value='12'>12</option>
sylvainbg
Posts: 5
Joined: Wed Jan 25, 2017 8:40 am

Works thanks
Post Reply