Share Wish List Email Template

An example of the Share Wish List email is below.

Sample Share Wish List HTML Version

Sample Share Wish List Text Version

Supported Email Tokens

The following email tokens can be used in the Share Wish List  email template:

${recipient.name}

${first_name}

${item.name}

$item.size_name

$item.color_name

${item.quantity}

${item.link}

${sender.message}

${site-name}

${site-toll-free-number}

${customer-service-email}

Sample Share Wish List HTML Version

Share Wish List HTML Body Contents

An example of the HTML Body Contents for the Share Wish List email template is below.

Name: Share Wish List

Subject: Share wishlist

From: OCPCustomerService@oracle.com 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:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

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

    <title>Wish List From ${first_name} ${last_name}</title>

    <style>

        body {

            background-color: #FFFFFF; padding: 0; margin: 0;

        }

    </style>

</head>

<body style="background-color: #FFFFFF; padding: 0; margin: 0;">

<table border="0" cellpadding="0" cellspacing="10" height="100%" bgcolor="#FFFFFF" width="100%" style="max-width: 650px;" id="bodyTable">

    <tr>

        <td align="center" valign="top">

            <table border="0" cellpadding="0" cellspacing="0" width="100%" id="emailContainer" style="font-family:Arial; color: #333333;">

                <!-- Logo -->

                <tr>

                    <td align="left" valign="top" colspan="2" style="border-bottom: 1px solid #CCCCCC; padding-bottom: 10px;">

                        <img alt="${site-name}" border="0" src="${site-url-secure}/assets/images/common/demo/logo.png" title="${sitename}" class="sitelogo" width="60%" style="max-width:250px;" />

                    </td>

                </tr>

                <!-- Title -->

                <tr>

                    <td align="left" valign="top" colspan="2" style="border-bottom: 1px solid #CCCCCC; padding: 20px 0 10px 0;">

                        <span style="font-size: 18px; font-weight: normal; text-transform: uppercase;">WISH LIST FROM ${first_name} ${last_name}</span>

                    </td>

                </tr>

                <tr>

                    <td align="left" valign="top" colspan="2">

                        <br />

                        <span style="padding-bottom: 10px; font-size: 12px; line-height: 1.5; color: #333333;">

                            Dear ${recipient.name},<br />

                            ${first_name} filled out this "Wish List" and asked us to forward it to you.

                            You can simply click on the item to see it at our online store and easily make your purchase.<br /><br />

                        </span>

                    </td>

                </tr>

                #if($sender.message != "")

                <!-- Sender Message -->

                <tr>

                    <td align="left" valign="top" colspan="2" style="background-color: #f4f4f4; padding: 15px 30px 15px 15px;">

                        <span style="padding-bottom: 15px; font-size: 12px; line-height: 1.5; color: #666666;">

                            <span style="font-weight: bold; color: #000000;">Comments from the sender:</span><br />

                            ${sender.message}

                        </span>

                    </td>

                </tr>

                #end

                <tr>

                    <td align="left" valign="top" colspan="2" style="padding:10px 0 5px 0; border-bottom: 3px solid #F4725E;">

                        <span style="font-size: 16px; font-weight: bold;">ITEMS</span><br />

                    </td>

                </tr>

                #foreach ($item in ${wish_list.items})

                    <tr>

                        <td align="center" valign="top" width="25%" colspan="1" style="padding-top: 20px;">

                            <img src="${item.image_src}&wid=300" width="100%" align="left" alt="product image" />

                        </td>

                        <td align="left" valign="top" width="75%" colspan="1" style="color: #333333; padding: 15px 0 0 20px;">

                            <span style="font-size: 12px; line-height: 1.5;">

                                <span style="font-weight: bold;">${item.name}</span><br />

                                #if( $item.size_name && $item.size_name != "" && $item.color_name && $item.color_name != "" )

                                    Color: $!{item.color_name} | Size: $!{item.size_name}<br />

                                #elseif( $item.size_name && $item.size_name != "" )

                                    Size: $!{item.size_name}<br />

                                #elseif( $item.color_name && $item.color_name != "" )

                                    Color: $!{item.color_name}<br />

                                #end

                                Qty: $!{item.quantity}<br />

                                #if($item.user_item_id)

                                    ${item.link}<br />

                                    Go to the link above for more details about this item.

                                #else

                                    (Not available online)<br />

                                #end

                            </span>

                        </td>

                    </tr>

                #end

                <tr>

                    <td align="left" valign="top" colspan="2" style="padding: 15px 0;">

                        <span style="padding-bottom: 15px; font-size: 12px; line-height: 1.5; color: #666666;">

                            Sincerely,<br />

                            ${site-name} Customer Service<br />

                            ${site-toll-free-number}<br />

                            <a href="mailto:${customer-service-email}">${customer-service-email}</a><br />

                        </span>

                    </td>

                </tr>

            </table>

        </td>

    </tr>

</table>

</body>

</html>

Sample Share Wish List Text Version

Share Wish List Text Body Contents

An example of the Text Body Contents for the Share Wish List email template is below.

Name: Share Wish List

Subject: Share wishlist

From: OCPCustomerService@oracle.com 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 ${recipient.name},

${first_name} filled out this "Wish List" and asked us to forward it to you.

You can simply click on the item to see it at our online store and easily make your purchase.

#foreach ($item in ${wish_list.items})

${item.name}

#if( $item.size_name && $item.size_name != "" && $item.color_name && $item.color_name != "" )

$!{item.color_name} , $!{item.size_name}

#elseif( $item.size_name && $item.size_name != "" )

$!{item.size_name}

#elseif( $item.color_name && $item.color_name != "" )

$!{item.color_name}

#end

Quantity: $!{item.quantity}

#if( $item.user_item_id )

${item.link}

Go to the link above for more details about this item.

#else

(Not available online)

#end

#end

#if( $sender.message != "" )

Comments from the sender

${sender.message}

#end

Sincerely,

${site-name} Customer Service

${site-toll-free-number}

${customer-service-email}

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