Hi resourcebucket,
you must fill all the fields with value in order to have everything ok. So you must enter start-end time and also all other fields like days of week, service, location, worker…
Can you send me SQL dump of Easy Appointments tables to see what is missing? (Tables have _ea_ after wp prefix)
Best regards,
Nikola
HI Nikola,
Well actually when I checked the dump, it has all the entries. But somehow the entry at ID 1 is super-ceding all the others and by some logic it was not even showing in connections tab so cannot delete it.
Solution: I manually deleted all the entries and then directly add the entry in the SQL Library. Now everything works perfectly and hope so it remains that way.
For now the problem is solved. Thanks a lot mate.
Best Regards
Hi Nikola,
I know the topic is off title, but I just need to know how does easy appointment decide about the status. It sometimes shows reservation sometimes pending.
Secondly, how does the mail templates get customized (I mean post thank you msg) the mail that the customer receives has just pending or reservation word in it rather than the details of his or her reservation or other custom text (I tried customizing the same from customize button, but without success).
Best Regards,
Hi resourcebucket
it is nice to hear that you solved that first issue 🙂 .
Regarding reservation and pending
Reservation is made at moment when user choose location, service, worker and date/time. That is done so it can fill other info without worrying that he will loose that reservation.
Pending status will have after user fill other info and click on submit.
If user hit cancel instead status will be canceled.
Regarding templates you can write your own text and place that tags where you want that information to be replaced. It is done on customize tag of settings page. Content can be like :
Dear #name#
we have received your reservation for #start# #date#, somebody will going to call you on your phone : #phone# …
Best regards,
Nikola