What's the difference in a shopping cart and a shopping list? In the "configure expiry periods", both are listed.
I just implemented customer accounts. Until now, customers carts have been saved for 7 days (per my setup). Unless the cookies or session file were deleted. Now, it appears they have to click the "save" button. (Duh?!) I was thinking that their cart would be saved as it was in the past (cookie/session file), but if they wanted to save it longer or with less risk, then they could click "save".
Is there anyway to save a cart, even if just short term, without clicking the save?
I just implemented customer accounts. Until now, customers carts have been saved for 7 days (per my setup). Unless the cookies or session file were deleted. Now, it appears they have to click the "save" button. (Duh?!) I was thinking that their cart would be saved as it was in the past (cookie/session file), but if they wanted to save it longer or with less risk, then they could click "save".
Is there anyway to save a cart, even if just short term, without clicking the save?
Comment