![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/dev/tests/integration/testsuite/Magento/Email/Model/_files/ |
{{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.getFrontendName()}}</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}} </p> <ul> <li><strong>{{trans "Email:"}}</strong> {{var customer.email}}</li> <li><strong>{{trans "Password:"}}</strong> <em>{{trans "Password you set when creating account"}}</em></li> </ul> <p> {{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>