Adding text based on user login status
Adding text based on user login status
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
got it. used
Code: Select all
#if ($customer.IsAnonymous == true)