Welcome Guest, Not a member yet? Register   Sign In
Cart Library
#1

Can you please tell me Why My Cart Goes Empty Automatically After some time ???
Reply
#2

Your sessions are being destroyed.

Check the time outs on your sessions in the config file.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(06-22-2020, 03:59 AM)InsiteFX Wrote: Your sessions are being destroyed.

Check the time outs on your sessions in the config file.
Can you please guide me about this Like I want to store the cart info but not session unlimited time.
Reply
#4

If you need to keep the cart information for reloading after a user exits the application
you would need to store the cart information into the database.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#5

What about cookies? Then you can use javascript. And, during check-out, you can cross-reference the product-info in the cookie-cart with your product-info in the database - to make sure that even if they tampered with the cookie it doesn't affect your store.
You can see things I made with codeigniter here: itart.pro its not overly impressive as I have very little time to learn.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB