• Resolved webinfluences

    (@webinfluences)


    Hi

    I’m using event manager since more than 1 year and that was just perfect. But since a few weeks, users can’t cancel a reservation. The cancelation link has disappeared. In the following table, the last column is dedicated to the link.

    screenshot

    Can you help me ?

    Many thanks

    PS : They used to do this in their profile page where this code is posted :

    <?php
    $cancel_link = ”;
    if( !in_array($EM_Booking->booking_status, array(2,3)) && get_option(‘dbem_bookings_user_cancellation’) && $EM_Event->get_bookings()->has_open_time() ){
    $cancel_url = em_add_get_params($_SERVER[‘REQUEST_URI’], array(‘action’=>’booking_cancel’, ‘booking_id’=>$EM_Booking->booking_id, ‘_wpnonce’=>$nonce));
    $cancel_link = ‘‘.__(‘Cancel’,’dbem’).’‘;
    }
    echo apply_filters(’em_my_bookings_booking_actions’, $cancel_link, $EM_Booking);
    ?>

    https://ww.wp.xz.cn/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    can I know what did you do before this happens? eg. theme/other plugin update, wordpress update or EM update

Viewing 1 replies (of 1 total)

The topic ‘User cannot cancel a booking’ is closed to new replies.