November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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"