Creating appointment from backend without order doesn't include addons

Issue #257 resolved
Valentina R created an issue

When creating an appointment from the backend and choosing the 'don't create order' option, the addos are not added to the appointment - or at least they are not visible anywhere.

Reproduced on 3.3.2

Reported here: https://bizzthemes.com/forums/topic/no-notes-including-in-bookings-anywhere/

Comments (1)

  1. Željan Topić

    Not a bug. Rather add orders to each appointment in admin by activating this filter:

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