Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-03-2013 04:50:48

lazarus42
Member
Registered: 11-22-2005
Posts: 29

How long shopping carts are saved for?

Is there a length of time uncompleted shopping carts (and wishlists for that matter) are saved for in CCP8?

In CCP5.1 there was a configuration parameter that set the number of days but I don't seem to be able to find something similar on CCP8. Am I missing it or is it essentially unlimited?

Phill

Offline

 

#2 08-03-2013 07:47:22

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: How long shopping carts are saved for?

Location: System Dashboard > Store > Component > Settings > Cron Settings

Should be what you need.


Rob

Offline

 

#3 08-03-2013 10:47:12

lazarus42
Member
Registered: 11-22-2005
Posts: 29

Re: How long shopping carts are saved for?

Thanks!

Offline

 

#4 03-09-2017 13:44:23

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: How long shopping carts are saved for?

I would like the shopping carts in my CCP8 implementation to expire after 4 hours. The shortest time available in System Dashboard > Store > Component > Settings > Cron Settings is one month. How can I change that? There must be a database entry with the choices for this drop-down. Where can I find it?

Thanks in advance!

Offline

 

#5 03-10-2017 11:16:08

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How long shopping carts are saved for?

Look in core_selectcustom.  I think they all belong to the selectid time_store_carts, values are in seconds, you should have no trouble adding an entry for 14,400 seconds, but please be aware the job that runs that would delete them only runs daily.


Nick Hendler

Offline

 

#6 03-10-2017 11:35:11

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: How long shopping carts are saved for?

Thanks Nick. I need to be able to populate that drop-down with the choice for one day, which is already defined in the table you sent me to. How can I get that value into the drop-down?

Offline

 

#7 03-10-2017 11:36:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How long shopping carts are saved for?

If it's in the table, it should be in the dropdown.


Nick Hendler

Offline

 

#8 03-10-2017 11:42:33

dskowron
Member
Registered: 11-26-2008
Posts: 138

Re: How long shopping carts are saved for?

Thanks! Got it in there.

Offline

 

Board footer