LaravelShoppingcart icon indicating copy to clipboard operation
LaravelShoppingcart copied to clipboard

Is there a way to store cart in users cookie (~forever)?

Open johnef opened this issue 5 years ago • 2 comments

Is there a way to store cart in user's cookies forever? I don't want to store session forever or change session driver to cookie, but I want to store cart in cookies forever (or for a long time). So, is there a way to change cart's storage to cookies?

johnef avatar Jul 10 '19 12:07 johnef

The package has been built to store the cart in the session. I have already stated somewhere else that i want to further abstract the storage location to be more convenient to work with with cases where you do not want to save it to a session like API projects. That would also allow to create a cookie storage.

bumbummen99 avatar Aug 02 '19 15:08 bumbummen99

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Sep 26 '20 23:09 github-actions[bot]