Booking Status Change Backend

WCMp Advanced Frontend Manager

Resolved
Viewing 16 reply threads
  • Author
    Posts
    • #137592
      estebanchinchilla99
      Participant

      Hello,

      I am having a very serious issue. I have the Bookings plugin working with WCMp.
      The problem is that when receiving a booking usually we require customers to pay before the booking through our platform.
      However, vendors have the option to change the booking status to Paid, even without the customer making the payment.
      The amount of the booking then goes into the withdrawable balance for the Vendor, even though we haven’t received the funds, which is incredibly risky for us.

      Is there a way to remove that option for Vendors? We still need them to change the Booking status, however not to be able to mark them as Paid.

    • #137596

      Hi estebanchinchilla99, not to worry.

      In order to remove the option “paid” add this CSS via WCMp >> Settings >> Vendor >> vendor frontend >> custom CSS

      form#wcmp-afm-booking-details .wcmp-action-container select.form-control.inline-select.pull-left option:nth-child(4) {
          display: none;
      }
      Copy
    • #137605
      estebanchinchilla99
      Participant

      Thank you for your quick response Moumita,

      I tried that however it’s still showing. Is there another solution I can try?

    • #137616

      Hi, as you can see this CSS is working fine on our end : https://watch.screencastify.com/v/iI9IfwO3amCu3amETCeB

      Now as you are facing the issue, please do share temporary admin access so we can check.
      While sharing the access, don’t forget to mark the response as private.

    • #137630
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #137631
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #137652
      This reply has been marked as private.
    • #137657
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #137666
      This reply has been marked as private.
    • #137678
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #137702
      This reply has been marked as private.
    • #137730
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #137745
      This reply has been marked as private.
    • #137757
      estebanchinchilla99
      Participant
      This reply has been marked as private.
    • #137784

      Hi,
      Override wcmp-frontend_product_manager/views/products/booking/html-endpoint-single-booking.php templates by copying it to yourtheme/wcmp-afm/products/booking/html-endpoint-single-booking.php

      then add below code after line no 31

      unset($statuses['paid']);
      Copy

      Regards,

    • #140664
      estebanchinchilla99
      Participant

      That worked, thank you very much!

    • #140730

      You are most welcome.

Viewing 16 reply threads

The topic ‘Booking Status Change Backend’ is closed to new replies.