Sales
Sales
Operations
Orders
Invoices
Shipments
Credit Memos
Billing Agreements
Transactions
Braintree Virtual Terminal
Customers
Customers
All Customers
Now Online
Login as Customer Log
Customer Groups
Customer Attributes
Customer Attributes
Customer Address Attributes
Dependent Customer Attributes
Settings
Marketing
Marketing
Communications
Email Templates
Content
Content
Elements
Stores
Stores
Settings
Configuration
System
System
Data Transfer
Import
Export
Import/Export Tax Rates
Import History
Tools
Cache Management
:
remaining for test
Customer Attributes
Buy Now
Frontend Demo
Select
1. Customer Registration
2. Customer Account Dashboard
3. Edit Account Information
4. Customer Address Book
5. Edit Address
6. Customer Order
7. Checkout Shipping - Create New Address
8. Checkout Billing - Create New Address
9. Reviews With Avatar
Backend Demo
Select
1. Customer Attributes Grid
2. Edit an Attribute
3. Customer Address Attributes Grid
4. Edit an Address Attribute
5. Dependent Customer Attributes
6. New Order
7. View Order
8. New Invoice
9. View Invoice
10. New Shipment
11. View Shipment
11. New Memo
12. View Memo
13. Edit an Email Template
14. Edit Customer Attributes Configuration
JavaScript may be disabled in your browser.
To use this website you must first enable JavaScript in your browser.
New Account With Attribute Company
demo
Account Setting (
demo
)
Customer View
Sign Out
Back
Reset
Delete Template
Convert to Plain Text
Return Html Version
Preview Template
Save Template
Template Information
Currently Used For
Template Name
Template Subject
Insert Variable...
Template Content
{{template config_path="design/email/header_template"}} <p class="greeting">{{trans "%name," name=$customer.name}}</p> <p>{{trans "Welcome to %store_name." store_name=$store.frontend_name}}</p> <p> {{trans 'To sign in to our site, use these credentials during checkout or on the <a href="%customer_url">My Account</a> page:' customer_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="40%" rowspan="10"><img src="{{var customer.avatar}}" width="200" height="150"/></td> <td width="60%"><p><strong>{{trans "Your Full Name: "}}</strong> {{var customer.name}}</p></td> </tr> {{if customer.phone_number}} <tr> <td width="60%"><p><strong>{{trans "Your Phone: "}}</strong> {{var customer.phone_number}}</p></td> </tr> {{/if}} {{if customer.your_birthday}} <tr> <td width="60%"><p><strong>{{trans "Your Birthday: "}}</strong> {{var customer.your_birthday}}</p></td> </tr> {{/if}} {{if customer.your_company_name}} <tr> <td width="60%"><p><strong>{{trans "Your Company: "}}</strong> {{var customer.your_company_name}}</p></td> </tr> {{/if}} {{if customer.your_position_in_the_company}} <tr> <td width="60%"><p><strong>{{trans "Your Work: "}}</strong> {{var customer.your_position_in_the_company}}</p></td> </tr> {{/if}} </table> <tr> {{trans 'Forgot your account password? Click <a href="%reset_url">here</a> to reset it.' reset_url="$this.getUrl($store,'customer/account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])" |raw}} </p> <p>{{trans "When you sign in to your account, you will be able to:"}}</p> <ul> <li>{{trans "Proceed through checkout faster"}}</li> <li>{{trans "Check the status of orders"}}</li> <li>{{trans "View past orders"}}</li> <li>{{trans "Store alternative addresses (for shipping to multiple family members and friends)"}}</li> </ul> {{template config_path="design/email/footer_template"}}
Template Styles