Page 1 of 1
Booking Question with an action to add a fee depnding on the answer
Posted: Thu Apr 11, 2024 6:19 pm
by schadmin
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!
Re: Booking Question with an action to add a fee depnding on the answer
Posted: Fri Apr 12, 2024 9:40 am
by eleni mylona
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
Re: Booking Question with an action to add a fee depnding on the answer
Posted: Mon Apr 29, 2024 9:41 am
by schadmin
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.
Re: Booking Question with an action to add a fee depnding on the answer
Posted: Mon May 06, 2024 2:14 pm
by lesleywoermeijer
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