Client Notification Emails

Posted · Add Comment

Scheduler Forums BirchPress Scheduler Client Notification Emails

This topic contains 8 replies, has 2 voices, and was last updated by  Kassie Monsees 10 years, 8 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2759

    Kassie Monsees
    Participant

    Is there a way to only send the client notification email is the date/time of the their appointment has changed?

    Right now, anytime you click on the appointment and open it up to, say, add a payment– the client gets an email saying their appointment has been changed. Well, they’ve been calling trying to find out what has changed about the appointment, when actually nothing has changed, we just update their account!

    #2762

    support
    Keymaster

    Hi Kassie,

    The appointment modification email is only sent out when the date/time, service or staff member is changed. Is that possible your client also made other changes?

    #2763

    Kassie Monsees
    Participant

    The staff member is the main thing that they’re changing, so that’s why their customers are getting emailed. So, to be clear, if they make changes to anything in the Client Details, like Admin-only fields, the customer won’t be notified… correct?

    What about if you update the duration field. Does an email get triggered then?

    Would it be possible to turn off the change notification email when the staff is updated?

    #2772

    support
    Keymaster

    if they make changes to anything in the Client Details, like Admin-only fields, the customer won’t be notified… —–YES

    What about if you update the duration field. Does an email get triggered then? —NO

    Please upgrade to v1.9.5, and paste the following code to WP Admin>Settings>Custom Code>PHP. Customers will receive change notification emails only when the date/time is changed.

    _birs_appointment_timestamp === $appointment_before->_birs_appointment_timestamp) {
    return false;
    } else {
    return true;
    }
    }
    ?>

    #2787

    Kassie Monsees
    Participant

    I updated the plugin and added the code, but it’s still sending emails when the Staff is changed. You have if($to == 'staff') { in your snippet there… Is that affecting it?

    The only changes I want to send emails for are the date/time.

    #2788

    support
    Keymaster

    Staff member will receive emails when the staff is changed. Clients will only receive emails when the date or time is changed.

    #2814

    Kassie Monsees
    Participant

    Ok, I just tried it, and clients are still getting emails when ONLY the staff member has changed.

    #2820

    support
    Keymaster

    Hi Kassie,

    Please submit a support ticket, and include an access to your WP Admin.

    #2857

    Kassie Monsees
    Participant

    Submitted a ticket. Thank you for your help!

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.