By default, a cart stores the products, that haven’t been ordered, for 2 weeks.
To change how long that period is, complete the following steps:
// Sessions storage live time
define('SESSIONS_STORAGE_ALIVE_TIME', SECONDS_IN_DAY * 7 * 2); // 2 weeks
// Sessions storage live time
define('SESSIONS_STORAGE_ALIVE_TIME', SECONDS_IN_DAY * 7 * NUMBER_OF_WEEKS);
Note
Replace NUMBER_OF_WEEKS with the required number of weeks.
Important
You’ll need to reapply these changes after you upgrade to a new version of CS-Cart/Multi-Vendor.
Questions & Feedback
Have any questions that weren't answered here? Need help with solving a problem in your online store? Want to report a bug in our software? Find out how to contact us.