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.
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
Location: System Dashboard > Store > Component > Settings > Cron Settings
Should be what you need.
Offline
Thanks!
Offline
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
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.
Online
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
Thanks! Got it in there.
Offline