example
Set a minimum booking amount, e.g., ₹500. If the customer’s booking does not meet this amount, a visiting charge of ₹100 (or another specified amount) will be applied. If the booking meets or exceeds the minimum amount, no visiting charge will be added
Logic for Minimum Booking Policy
Minimum Booking Amount:
Set a minimum booking threshold, e.g., ₹500.
If Booking Value < Minimum Threshold:
Add a visiting charge (e.g., ₹100) to the final bill.
If Booking Value ≥ Minimum Threshold:
No visiting charge is added.
Display to Customers:
Inform customers about the minimum booking requirement and visiting charges upfront during the booking process.



Allow admins to:
Set or update the minimum booking amount.
Adjust the visiting charge.
Enable or disable the minimum booking policy dynamically.
description can modify




UI Workflow:
Add a tooltip or note near the pricing summary to notify users.
Example:
"Minimum booking amount is ₹500. If the booking value is below ₹500, a visiting charge of ₹100 will be applied.