Booking Question with an action to add a fee depnding on the answer

Post Reply
schadmin
Posts: 3
Joined: Wed Mar 13, 2024 8:24 pm

Is there a way to ask a booking question that can add a fee? LIke a What if statement. Example.... Are you traveling with a pet? If yes charge a pet fee.

If not how is everyone handling this charge? We are only taking bookings on our own website and not using any third party platforms.

Thanks!
eleni mylona
Posts: 29
Joined: Sun Feb 03, 2019 4:35 pm

Hi

Sorry this is not popssible.

You can use the Upsell Items in (SETTINGS) BOOKING ENGINE >UPSELL ITEMS to add a fee for the pet .

Kind Regards
Eleni
schadmin
Posts: 3
Joined: Wed Mar 13, 2024 8:24 pm

Thank you. Is there a way to limit the qty in the drop down in the upsell items? I'd like to limit it to 2.
lesleywoermeijer
Posts: 299
Joined: Wed Dec 28, 2016 2:20 pm

You can use Custom Css for this.

Limit quantity selectors for upsell items
By default all the quantity selectors have a range from 0 - 250. You can limit the range:


Example 1: Set the range of the optional quantity selector for your 2nd upsell item (set 'Per Booking') to 0-4:

#optextra2 option:nth-child(n+6){display:none;}


Example 2: Set the range of the optional quantity selector for your 5th upsell item (set 'Per Room/Person/Adult/Child') to 0-20:

#optextraroom5 option:nth-child(n+22){display:none;}

https://wiki.beds24.com/index.php/Custo ... sell_items
Post Reply