London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Praful, thank you for your response!
I am unable to find ExpiredCartJobDays in the appSettings section of Web.config
You need to add that like
<appSettings>
<add key="ExpiredCartJobDays" value="2" />
</appSettings>
It's just a guess, you can try and let me know if not work :)
ExpiredCartJobDays is default to 30 if it is not present. If you want to set different value, you have to add the key yourself
While researching i discovered EpiServer has an out-of-the-box scheduled job called "Remove Expired Carts"