Hello,
This step with the “Confirm reservation” button cannot be removed. This step is made for a customer to be able to book several accommodations at a time: for example, the customer clicks the “book” button to book one accommodation, then clicks the “book” button to book another accommodation, and after that clicks the “Confirm reservation” button to be redirected to the Checkout page in order to reserve those two accommodations at one time.
Thread Starter
mc9625
(@mc9625)
I see your point, but it still sounds strange to me. Statistically I don’t think that the majority of people book more than one room. And it would have made more sense to use the more standard “continue shopping” button right before the checkout. Ask the users to do multiple confirmation seems a critical weakness for the UX. The shorter the funnel, the better.
Hi @mc9625,
Thanks for you your reply. If you activate Skip Search results option you may try to hide Check Availability button and forcing to show the Confirm reservation button adding the style below as a workaround:
.mphb-booking-form .mphb-reserve-btn-wrapper{
display:none;
}
.mphb-booking-form .mphb-reserve-room-section{
display:block !important;
}