Page 1 of 1

bug widget?

Posted: Wed Jan 25, 2017 2:08 pm
by sylvainbg
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?

Re: bug widget?

Posted: Wed Jan 25, 2017 2:18 pm
by sylvainbg
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

Re: bug widget?

Posted: Wed Jan 25, 2017 8:30 pm
by annettemorgenroth
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>

Re: bug widget?

Posted: Wed Jan 25, 2017 9:07 pm
by sylvainbg
Works thanks