Loyalty - Welcome New Members Email Template

An example of the Loyalty - Welcome New Members email is below.

Sample Loyalty - Welcome New Members HTML Version

Sample Loyalty - Welcome New Members Text Version

Supported Email Tokens

The following email tokens can be used in the Loyalty - Welcome New Members  email template:

${userinfo.FIRST_NAME}

${userinfo.LAST_NAME}

${site-name}

${userinfo.REWARDS_ID}

${userinfo.ADDRESS_LINE1}

${userinfo.ADDRESS_LINE2}

${userinfo.CITY}

${userinfo.STATE}

${userinfo.ZIP_CODE}

${userinfo.PHONE}

${site-url}

Sample Loyalty - Welcome New Members HTML Version

Loyalty - Welcome New Members HTML Body Contents

An example of the HTML Body Contents for the Loyalty - Welcome New Members email template is below.

Name: Loyalty - Welcome New Members

Subject: ${site-name} Rewards

From: Note: If a From address is not defined here, the system uses the from address defined in the custserv.email site parameter.

HTML Body Contents:

<html>

    <head>

        <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />

        <style type="text/css">   

            body { font-family:arial; font-size: 9pt; }

        </style>

    </head>

    <body bgcolor="#FFFFFF" text="#000000">

        <p>Dear ${userinfo.FIRST_NAME},</p>

        <p>Thank you for signing up for ${site-name} Rewards. You can earn points and redeem rewards on every purchase! Save this email for future reference.</p>

        <p>Here is your account information:</p>

        <table width="600">

            <tr>

                <td align="left" width="160">Rewards Number:</td>

                <td align="left">${userinfo.REWARDS_ID}</td>

            </tr>

            <tr>

                <td align="left">First Name:</td>

                <td align="left">${userinfo.FIRST_NAME}</td>

            </tr>

            <tr>

                <td align="left">Last Name:</td>

                <td align="left">${userinfo.LAST_NAME}</td>

            </tr>

            <tr>

                <td align="left">Street Address:</td>

                <td align="left">${userinfo.ADDRESS_LINE1}</td>

            </tr>

            #if (${userinfo.ADDRESS_LINE2} and ${userinfo.ADDRESS_LINE2} != "")

                <tr>

                    <td align="left">Street Address 2:</td>

                    <td align="left">${userinfo.ADDRESS_LINE2}</td>

                </tr>

            #end

            <tr>

                <td align="left">City:</td>

                <td align="left">${userinfo.CITY}</td>

            </tr>

            <tr>

                <td align="left">State:</td>

                <td align="left">${userinfo.STATE}</td>

            </tr>

            <tr>

                <td align="left">Zip Code:</td>

                <td align="left">${userinfo.ZIP_CODE}</td>

            </tr>

            <tr>

                <td align="left">Phone Number:</td>

                <td align="left">${userinfo.PHONE}</td>

            </tr>

        </table>    

        <p>Thank you for shopping at ${site-name}!</p>

        <p>Sincerely,</p><p>Customer Service</p>

        <p>${site-url}</p>

    </body>

</html>

Sample Loyalty - Welcome New Members Text Version

Loyalty - Welcome New Members Text Body Contents

An example of the Text Body Contents for the Loyalty - Welcome New Members email template is below.

Name: Loyalty - Welcome New Members

Subject: ${site-name} Rewards

From: Note: If a From address is not defined here, the system uses the from address defined in the custserv.email site parameter.

Text Body Contents:

Dear ${userinfo.FIRST_NAME},

Thank you for signing up for ${site-name} Rewards.

You can earn points and redeem rewards on every purchase! Save this email for future reference.   

Here is your account information:  

Rewards Number:   ${userinfo.REWARDS_ID}

First Name:       ${userinfo.FIRST_NAME}

Last Name:        ${userinfo.LAST_NAME}

Street Address:   ${userinfo.ADDRESS_LINE1}

#if (${userinfo.ADDRESS_LINE2} and ${userinfo.ADDRESS_LINE2} != "")

Street Address 2: ${userinfo.ADDRESS_LINE2}

#end

City:             ${userinfo.CITY}

State:            ${userinfo.STATE}

Zip Code:         ${userinfo.ZIP_CODE}

Phone Number:     ${userinfo.PHONE}   

Thank you for shopping at ${site-name}!

Sincerely,

Customer Service

${site-url}

See also

Email Templates

HTML Body Contents

Text Body Contents

Contact Us Auto-Response Email Template

Email a Friend Email Template

Forgot Your Password Email Template

Gift Certificate - Purchaser Email Template

Gift Certificate - Recipient Email Template

Loyalty - Welcome New Members Email Template

Order Cancellation Email Template

Order Confirmation Email Template

Share Wish List Email Template

Validate Email Email Template