Posted on 19/01/2021 12:03:59
The assignment related to the topic of this thread was put on hold a while ago and now recently I have been following up on it. I have read through the abandoned cart documentation and followed all of the steps correctly and everything works except for sending the actual email. Let me list down what I have been trying and what and how things have been failing.
When the scheduled task is executed by the scheduler both on our staging and live environment, the email is missing the template and the user only sees the text "No layout selected for website" (see attached image). However when I manually execute a scheduled task (only tried this on our staging platform), the layout is working correctly.
Also when I execute the "Preview" functionality both on staging and live I get the email with the layout working correctly.
The version of DW currently in use is 9.8.10
Logs after manual execution
2021-01-19 10:32:30.8712|INFO|ScheduledTasks|Task 'Abandoned Cart' ID=8: task execution started
2021-01-19 10:32:41.0277|INFO|ScheduledTasks|Task 'Abandoned Cart' ID=8: Method Dynamicweb.EmailMarketing.EmailScheduleHandler.ExecuteRepeating returned: Nothing
2021-01-19 10:32:41.0277|INFO|ScheduledTasks|Task 'Abandoned Cart' ID=8: task execution finished
Logs after automatic execution
2021-01-19 10:30:03.1429|INFO|ScheduledTasks|TaskExecute has been activated.
2021-01-19 10:30:03.1429|INFO|ScheduledTasks|Task 'Abandoned Cart' with ID '8' execution is started
2021-01-19 10:30:03.1429|INFO|ScheduledTasks|Task 'Abandoned Cart' ID=8: task execution started
2021-01-19 10:30:03.2054|INFO|ScheduledTasks|Task 'Abandoned Cart' ID=8: Method Dynamicweb.EmailMarketing.EmailScheduleHandler.ExecuteRepeating returned: Nothing
2021-01-19 10:30:03.2054|INFO|ScheduledTasks|Task 'Abandoned Cart' ID=8: task execution finished
.....
2021-01-19 10:30:03.3461|INFO|ScheduledTasks|Successfully executed all 6 tasks; time spent: 0,205 s
The setup for the email
The html of the email when it fails
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><span
style="display: none !important; visibility: hidden; opacity: 0; color: transparent; height: 0; width: 0; mso-hide:all;"></span><img
src="http://staging-ellingsen.hysing.is/Admin/Public/EmailMessaging/MessageTracker.ashx?MessageId=459&RecipientId=5333444"
style="position: absolute; height: 1px; width: 1px; top: 0; left: 0" alt="">No layout selected for website
Please let me know if you need any more information