Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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"