Is it possible to make a shopping cart persistent in Ubercart
Posted
by Sidharth
on Stack Overflow
See other posts from Stack Overflow
or by Sidharth
Published on 2010-05-20T11:09:15Z
Indexed on
2010/05/20
11:10 UTC
Read the original article
Hit count: 319
I would like users to be able to have persistent shopping carts. In other words, unless they check out the shopping cart explicitly the shopping cart with the same items should be available the next time they visit the site. Obviously this would be through the use of a cookie...
Is this possible in Drupal?
© Stack Overflow or respective owner