Page 1 of 1

Adding text based on user login status

Posted: Mon Jun 29, 2009 7:58 am
by jdarby
I need to add some text to our MyWishlistPage.ascx file to help our users, "To preserve your wishlist for future visits, please Register/Login". I have the text displaying on the wishlist page but I only want it to display when there is a user that is not logged in. Is there a way to do this? Thanks.

Re: Adding text based on user login status

Posted: Mon Jun 29, 2009 8:02 am
by jdarby
got it. used

Code: Select all

#if ($customer.IsAnonymous == true)