Conditional Display of Add-On Products Based on Rate Inclusions
Enhance the booking engine to intelligently display add-on products based on the inclusions of the selected rate. Specifically, prevent the display of the breakfast add-on when the chosen rate already includes breakfast.
Background:
Currently, our booking engine is configured to offer both rates including anf excluding breakfast, allowing guests to add breakfast as an optional extra if it is not included. This approach works well for rates not including breakfast. However, when a rate that includes breakfast is the only option presented, the system still displays breakfast as an add-on. This redundancy not only confuses guests but also undermines the value of rates that are inclusive of breakfast, as it suggests breakfast might not be included when, in fact, it is.
Example:
If a guest selects a date such as NYE when the only rate avaialble includes breakfast, the booking engine still prompts the guest to add breakfast to their booking. This scenario leads to confusion and may impact the guest's booking experience negatively, as they might question whether breakfast is truly included in their rate.
Requested Feature:
Implement a feature within the Mews booking engine that:
Automatically detects when a selected rate includes specific add-ons (e.g., breakfast).
Conditionally hides these add-ons from the booking options to prevent redundancy and eliminate guest confusion.