HI folks. First of all, a huge Thank You for the work that you’ve done. I work with a non-profit charity that is planning to host periodic food sales as a fund raiser, and TastyIgniter seems to be a perfect fit.
Ideally, I’d like the user to be able to optionally enter an email address and/or a telephone number during Checkout.
- If they enter an email address, they get order status updates via email.
- If they enter a telephone number, they get order status updates via SMS.
- If they enter both, they get both.
- If they enter neither, they get neither.
Simple. I like simple. 😃
By default, the email address is a required field on the Checkout form. By looking through other posts, I figured out how to make it optional, but if a valid email address is not provided, I get a crash during a status update (in Kitchen Display).
Note that I have also configured SMS updates, and I don’t have the same problem with telephone number. It works exactly as described above.
How can I make email address optional without crashing during order status updates?
Thank you.