Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johnef opened this issue Jul 10, 2019 · 2 comments
Open

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

johnef opened this issue Jul 10, 2019 · 2 comments
Labels
enhancement New feature or request Hacktoberfest Hacktoberfest Label help wanted Extra attention is needed question Question about the code

Comments

@johnef
Copy link

johnef commented Jul 10, 2019

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?

@bumbummen99
Copy link
Owner

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 bumbummen99 added enhancement New feature or request question Question about the code labels Aug 2, 2019
@bumbummen99 bumbummen99 added the help wanted Extra attention is needed label Sep 7, 2019
@bumbummen99 bumbummen99 added the Hacktoberfest Hacktoberfest Label label Oct 15, 2019
@github-actions
Copy link

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 github-actions bot added the stale Inactive, will be closed soon. label Sep 26, 2020
@github-actions github-actions bot removed the stale Inactive, will be closed soon. label Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest Hacktoberfest Label help wanted Extra attention is needed question Question about the code
Projects
None yet
Development

No branches or pull requests

2 participants