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!

Remove Expired Carts

Vote:
 

While researching i discovered EpiServer has an out-of-the-box scheduled job called "Remove Expired Carts"

  1. Is there documentation for this job? All out-of-the-box EpiServer Jobs?
  2. How do i configure how many days this Job will use to consider a cart a valid removable candidate? I read an older forum post but am unable to find "ExpiredCartJobDays" in our code base
#205935
Jul 29, 2019 16:43
Vote:
 
#205937
Jul 29, 2019 17:24
Vote:
 

Praful, thank you for your response!

I am unable to find ExpiredCartJobDays in the appSettings section of Web.config

#205939
Jul 29, 2019 17:30
Vote:
 

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 :)

#205940
Edited, Jul 29, 2019 17:35
Vote:
 

ExpiredCartJobDays  is default to 30 if it is not present. If you want to set different value, you have to add the key yourself 

#205941
Jul 29, 2019 17:37
Vote:
 

Thanks Praful and Quan, this is very helpful!

#205943
Jul 29, 2019 19:22
Praful Jangid - Jul 29, 2019 19:23
Your welcome. :)
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.