Canceling the appointment creates a discount automatically - should not

Issue #525 resolved
Valentina R created an issue

Not sure if this is how it always was but it’s wrong to expect that everyone gives their clients their money back when canceling an appointment after it has already been paid.

Some give vouchers, some give customers nothing, but in any case, this should not be the case (automatically discounting for the amount of the cancelled item). At least there should be an option to use a filter or an opinion in the settings to turn this off.

Reported here: [https://bookingwp.com/forums/topic/cancellations-showing-discount-on-order/](https://bookingwp.com/forums/topic/cancellations-showing-discount-on-order/)

Comments (1)

  1. Željan Topić

    Added a filter to turn this off:

    add_filter( 'woocommerce_appointments_stop_recalculate_order', '__return_true' );
    
  2. Log in to comment