Scheduler › Forums › BirchPress Scheduler › When booking 2 appointments with the same email names merge
Tagged: email optional required schedule
This topic contains 8 replies, has 9 voices, and was last updated by Brendan DeGal 8 years, 6 months ago.
-
AuthorPosts
-
August 25, 2014 at 3:39 pm #8885
When i’m booking 2 appointments and they share the same email… it changes the name of the first appointment booked with that email to the second booked name… why does it do that? is there a work around? I tried to disable email being mandatory form element, but it wont let me.
August 26, 2014 at 12:52 pm #8908Hi Richard,
Email address is the ID of customer, which means it must be unique. You can not use the same email address for multiple people.
July 9, 2015 at 6:00 pm #15339Is there any way around this?
I have a client who says most of her customers don’t have email addresses.
I know these people won’t be booking online, but they still need to be entered into the system so double bookings don’t occur and so my client can manage her appointments.
Steph
July 10, 2015 at 7:38 am #15341I’d like to know about this too. I understand why a developer would choose the email address to be the primary ID for a client, but changing the details of an existing appointment (without warning anyone about it, no less) is not a good way to resolve the overlap.
This has caused a lot of confusion for us in the past. Now we know to use random fake email addresses, which is a sign that something needs to be reconsidered.
July 10, 2015 at 9:44 am #15342Currently, there is a workaround. The plugin will create a unique email if the client doesn’t have one by adding the following code in Settings -> Custom Code -> PHP.
add_filter('birchschedule_femail_enable_fake_email', 'birchschedule_cc_femail_enable_fake_email'); function birchschedule_cc_femail_enable_fake_email() { return true; }
September 8, 2015 at 7:11 am #16513Hello,
I also have a client who’s clients don’t have email addresses, or he does not know them. Will this work around fix it so he can schedule those people in the admin, too?
Otherwise, is there a way to make the email optional or make the email not required.
Thanks,
PhillipSeptember 8, 2015 at 2:46 pm #16528Hi Phillip,
It should work with Business and higher editions.
December 22, 2015 at 9:31 am #18810Hi,
Our returning customers have the opposite problem. Most of our customers have 3+ email addresses and often forget which one they used and are either: discouraged (they bounce out or phone instead) that the calendar does not recognise them; or add a second or third email address.
It becomes more difficult for our CRM system to track visits when there are multiple emails.
Our experience is that our customers have fewer mobile phone numbers and generally allocate specific activities to specific numbers.
Does BirchPress ever expect to ID customers by phone number?
Rap
October 21, 2016 at 6:10 am #25246add_filter(‘birchschedule_femail_enable_fake_email’, ‘birchschedule_cc_femail_enable_fake_email’);
function birchschedule_cc_femail_enable_fake_email() {
return true;
}Is there any code to apply this functionality only to the back-end scheduler? Making this option only available when our staff is making an appointment.
-
AuthorPosts
The forum ‘BirchPress Scheduler’ is closed to new topics and replies.