mark I have hide and disable the Last Name field for both Ordering & Reservation so customer only needs to enter First Name. But after the change the confirmation email won’t be sent. Can you please advise what files should be amended for these in order to make confirmation email function works again?
mark I have updated the TastyIgniter to the latest version (so all customised code is replaced I believe). But the order/reservation confirmation emails are still not send. Test email is sent successfully and I have checked the maillog no sending log for order/reservation confirmation email at all. Please let me know that file should be checked or how to find the error message for this. Thanks.
ryanmitchell The mail might be in your queue depending on your config setting for that, I know others have had that issue before. The away around it is to ensure your queue config setting is set to ‘sync’.
mark Thanks Ryan. Could you elaborate more on this -> “ensure your queue config setting is set to ‘sync’.”
ryanmitchell Do a search for ‘sync’ here - e.g. https://forum.tastyigniter.com/d/2544-no-order-notification-to-admin-and-customer/6
mark has changed the line to: ‘default’ => env(‘QUEUE_CONNECTION’, ‘sync’), and the issue resolve. Thanks @ryanmitchell 😀