• Resolved mc9625

    (@mc9625)


    Is it possible to skip the confirmation step and go directly to the booking checkout after the availability check, instead of need to press the “confirm reservation” button? Maybe tweaking the templates or the JS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor motopress

    (@motopress)

    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.

    Plugin Contributor motopress

    (@motopress)

    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;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Skip the confirmation step’ is closed to new replies.