|
6 | 6 | -->
|
7 | 7 | <!--@subject Welcome, {{var customer.name}}! @-->
|
8 | 8 | <!--@vars
|
9 |
| -{"store url=\"\"":"Store Url", |
| 9 | +{"store direct_url=\"\"":"Store Url", |
10 | 10 | "var logo_url":"Email Logo Image Url",
|
11 | 11 | "escapehtml var=$customer.name":"Customer Name",
|
12 |
| -"store url=\"customer/account/\"":"Customer Account Url", |
| 12 | +"store direct_url=\"customer/account/\"":"Customer Account Url", |
13 | 13 | "var customer.email":"Customer Email",
|
14 | 14 | "escapehtml var=$customer.password":"Customer Password"}
|
15 | 15 | @-->
|
|
27 | 27 | <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
|
28 | 28 | <tr>
|
29 | 29 | <td valign="top">
|
30 |
| - <a href="{{store url=''}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td> |
| 30 | + <a href="{{store direct_url=''}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td> |
31 | 31 | </tr>
|
32 | 32 | <!-- [ middle starts here] -->
|
33 | 33 | <tr>
|
34 | 34 | <td valign="top">
|
35 | 35 | <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{escapehtml var=$customer.name}},</h1>
|
36 |
| - <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Welcome to {{var store.getFrontendName()}}. To sign in when visiting our site just click <a href="{{store url='customer/account/'}}" style="color:#1E7EC8;">Login</a> or <a href="{{store url='customer/account/'}}" style="color:#1E7EC8;">My Account</a> at the top of every page, and then enter your email address and password.</p> |
| 36 | + <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Welcome to {{var store.getFrontendName()}}. To sign in when visiting our site just click <a href="{{store direct_url='customer/account/'}}" style="color:#1E7EC8;">Login</a> or <a href="{{store direct_url='customer/account/'}}" style="color:#1E7EC8;">My Account</a> at the top of every page, and then enter your email address and password.</p> |
37 | 37 | <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;">
|
38 | 38 | Use the following values when prompted to sign in:<br/>
|
39 | 39 | <strong>Email</strong>: {{var customer.email}}<br/>
|
40 | 40 | <strong>Password</strong>: Only you know that! (Hint: It’s the password you created at {{var store.getFrontendName()}})<br/>
|
41 |
| - Forgot your Account password? No problems. Click <a href="{{store url='customer/account/createPassword/' _query_id=$customer.id _query_token=$customer.rp_token}}">here</a> to reset it.</p> |
| 41 | + Forgot your Account password? No problems. Click <a href="{{store direct_url='customer/account/createPassword/' _query_id=$customer.id _query_token=$customer.rp_token}}">here</a> to reset it.</p> |
42 | 42 | </p>
|
43 | 43 | <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">When you sign in to your account, you will be able to do the following:</p>
|
44 | 44 | <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
|
|
0 commit comments