![]() |
Keeping the users loged in and keep anonimous users cart content
Problem:
How to keep users logged in and anonymous users to keep cart and wishlist contents. In auth.php find the line PHP Code:
and replace it with... PHP Code:
in config.php find the line PHP Code:
PHP Code:
in modules\Users_online\registered_user.php find the line PHP Code:
PHP Code:
This should keep the user session id for 6 months and everyone who has been logged in will be remembered during that period. What is even more important, anonymous users cart will stay remain. Important: Please try it on a test server before you implement it! |
Re: Keeping the users loged in and keep anonimous users cart content
virtual,
How would I test it? 6 months is a long time :) |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
:-) Yes, it is. I'm using it currently on line on www.smee.hr and it seams it works. You can try it there. Try to put some products in a cart, close the browser and open it again. I think it works, but you never know where can be a bug. |
Re: Keeping the users loged in and keep anonimous users cart content
If you use different browser if won't keep the info there. Not sure if this can qualify as a bug.
|
Re: Keeping the users loged in and keep anonimous users cart content
Well, so far so good.
I'll return in a couple of days and see if my cart has still products in it. By the way, nice site :) |
Re: Keeping the users loged in and keep anonimous users cart content
I don't think it's a bug. Each browser creates its own cookies, doesn't it?
|
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
That's right. You can't do anything here. |
Re: Keeping the users loged in and keep anonimous users cart content
Nevr mind then. I was thinking the browsers share the cookies, same format and read them from one location. Everyday learn something new.
|
Re: Keeping the users loged in and keep anonimous users cart content
I have returned to http://www.smee.hr after several hours and, unfortunately, my cart is empty.
I'll give it another try. Also, this line: Quote:
sets the session length for 2 months, not 6. Is that what you wanted? |
Re: Keeping the users loged in and keep anonimous users cart content
Once again, after 2:30 hours, I returned to your store, virtual@croatia, but the cart is empty again.
|
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
Well, it seams we've found another error. I'll check it. Quote:
Nop :-). My mistake. |
Re: Keeping the users loged in and keep anonimous users cart content
I registered and added a product to my shopping cart. Then, left and returned after a couple of hours. Logged in and the ordered product is still in my cart.
So, logged in users will retain the cart contents, but anonymous users won't, from what I can tell so far. |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
I've found another problem, very importnant. When you move to the secure pages, you loose your cart contents. So, don't use until I find the solution. |
Re: Keeping the users loged in and keep anonimous users cart content
virtual - when I move to what pages? I'm not sure I understand...
|
Re: Keeping the users loged in and keep anonimous users cart content
I think he may mean moving over to https.
sucer pages maybe a typo for secure pages. |
Re: Keeping the users loged in and keep anonimous users cart content
Of course..
Thx |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
:-) Yup, that was it. |
Re: Keeping the users loged in and keep anonimous users cart content
I'm doing on it right now and I will report all changes in the first post, so you can keep track there.
|
Re: Keeping the users loged in and keep anonimous users cart content
I think that with the changes I made it works now. Please try it on a test server before implementation, but I think it's OK now. You can also try it on my web site www.smee.hr where I've already implemented it.
|
Re: Keeping the users loged in and keep anonimous users cart content
Yeah, but where's the code?
:) |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
In the first post (top of the thread). |
Re: Keeping the users loged in and keep anonimous users cart content
You mean you edited the original post?
The one that didn't work? I just want to make sure... |
Re: Keeping the users loged in and keep anonimous users cart content
In my config.php (4.0.19) I have:
$config["Sessions"]["session_length"] instead of $use_session_length Anyway, I added some stuff to the cart on smee and left. We'll see later on today.. |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
Yes, the original one. I edited it, it's better to keep changes at the top of the thread. |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
Quote:
I think it works, cause the table xcart_sessions_data in which are all sessions data variables (cart contents, login name etc.) is growing. This table will have exactly the same amount of rows as are unique users in 6 months plus robots, so it will be quite a big table :-). |
Re: Keeping the users loged in and keep anonimous users cart content
Well, I just returned to your store and the cart is full!
Good job! |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
:-) Thanks. I hope it will stay full for 6 months :-). You can try my wishlist as well. I made it to accept anonymous users (usually you have to log in to use it) and it should keep it for 6 months as well. |
Re: Keeping the users loged in and keep anonimous users cart content
I think the line in modules/Users_online/registered_users.php:
$expiry_time = $curtime + 300; is ignored, if you set the session expired time in config.php to something else. I have registered_users.php set for 5 minutes, but my users online stats are still showing users that visited my site 12 hours ago. |
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
I think you are right. I'll check tomorrow what is going on with it and send the correction. |
Re: Keeping the users loged in and keep anonimous users cart content
Another possibility is that all the users that visited my website before I made the change to 300 seconds (from 6 months), had their sessions registered already and changing the expiry period to 300 wouldn't affect them, but would only apply to new users.
|
Re: Keeping the users loged in and keep anonimous users cart content
Quote:
Just go to the php MyAdmin, find the table xcart_users_online and empty it (DON'T DROP IT, just empty it!). It will be filled how the users are browsnig through the web site. |
Re: Keeping the users loged in and keep anonimous users cart content
That's exactly what I did. Thanks :)
|
Re: Keeping the users loged in and keep anonimous users cart content
Sorry this may sound stupid (I do apologise about the other post http://forum.x-cart.com/showthread.php?t=47977 can one of the mods remove it please? thanks).
What I was wanting on our X Cart, is for the user to login, their session lasts for 10minutes, when that time frame expires, X Cart looses whats in their cart so they have to add them to their cart again. I know this could be annoying for some users, but the reason we have to do this, is due to our prices changing and quantity's changing, our direct product feed from our supplier is downloaded onto a workstation processed and then uploaded every hour. This would seem weird for a user to see the stock levels going up or down depending on the time of day, the main reason we need this feature. Is it possible to do this? Thanks ever so much, Jeremy. |
All times are GMT -8. The time now is 10:14 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.