Ends a check to determine whether or not the user is logged in as a registered customer in your store.
Must be used in conjunction with the {IF-CUSTOMER-LOGGED-IN-BEGIN} tag. These can be used on any page.
The following code will display a welcome message if the customer is logged in: 1. Example: {IF-CUSTOMER-LOGGED-IN-BEGIN} Welcome, {CUSTOMER-BILL-FIRST-NAME}! {IF-CUSTOMER-LOGGED-IN-END} 2. Would output this: Welcome, John Smith!
1. Example: {IF-CUSTOMER-LOGGED-IN-BEGIN} Welcome, {CUSTOMER-BILL-FIRST-NAME}! {IF-CUSTOMER-LOGGED-IN-END} 2. Would output this: Welcome, John Smith!