{IF-CUSTOMER-LOGGED-IN-BEGIN} (Begin check to see if the customer is logged in.)
Hello, you are logged in! (Display a greeting.)
{ELSE} (Otherwise...)
{NULL} (If the customer is not logged in, do nothing.)
{IF-CUSTOMER-LOGGED-IN-END} (End check to see if the customer is logged in.) |