Time out on shopping cart

Hi



Does anybody know how long the content of the shopping cart is saved, before the cookie/cache runs out?



Regards

The cart content is saved for 2 weeks by default.

Hi orangegirl



Thank you for the response - is it possible to change this?

My store sells unique one of a kind items, so the possibility of 2 purchasing the same product would be problematic.

Hello, en_god_ide!



Yes, you need to change this part of the code:


// Sessions storage live time
define('SESSIONS_STORAGE_ALIVE_TIME', SECONDS_IN_DAY * 7 * 2); // 2 weeks


in the config.php file located in the root directory of your CS-Cart installation.

Hi again



Great help - thank you.

Hi


If I want it to be 1 hour - is this right?


Â


Â


// Sessions storage live time

define('SESSIONS_STORAGE_ALIVE_TIME', Â 3600); // 2 weeks

I got it working - thanks.