Example:
{IF-CUSTOMER-LOGGED-IN-BEGIN}
Welcome, {CUSTOMER-BILL-FIRST-NAME} {CUSTOMER-BILL-LAST-NAME}
{ELSE}
Please log into your account: My Account
{IF-CUSTOMER-LOGGED-IN-END}
Results:
If the customer is logged into their account, the following will appear:
"Welcome, Bob Slidell" will appear if Bob Slidell is logged in.
If the customer is not logged into an account, the following will appear:
Please log into your account: My Account
|