I have a very specific use case with multiple rooms available in a hotel booking system. Occasionally, customers book multiple non-consecutive date ranges, such as:
May 1 – 3
October 3 – 6
They need the ability to check out all bookings in a single transaction.
Currently, we’re using WooCommerce Payment Plugin, which adds items to a cart seamlessly. However, when a customer tries to add another room, it replaces the existing room in the cart instead of adding it as a separate item.
Is it possible to modify this functionality so that customers can add multiple room bookings for different date ranges and check out in one go?
If this isn’t achievable with the current setup, I’m open to hiring external development, as this feature is essential.
Thank you very much!