rashidobs Posted April 10, 2013 Share Posted April 10, 2013 How to check if the user logged in for the first time? Need to display some text that appears on the category page (for one specific category) one time when the customer logs in for the first time. Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2013 Share Posted April 10, 2013 you have to use cookie with long-life time. Or you can create new column in databse (customer table) with true/false value. It is easy thing, but you must know something about php / smarty Link to comment Share on other sites More sharing options...
rashidobs Posted April 10, 2013 Author Share Posted April 10, 2013 Thanks, I know php and smarty just lazy to know if there's some builtin solution and what could be the quickest way to do it with php and smarty? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now