![]() 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/app/design/frontend/Cnc/default/Magento_Customer/email/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <!--@subject {{trans "Welcome to %store_name" store_name=$store.frontend_name}} @--> <!--@vars { "var store.frontend_name":"Store Name", "var this.getUrl($store,'customer/account/',[_nosid:1])":"Customer Account URL", "var this.getUrl($store,'customer/account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1])":"Password Reset URL", "var customer.email":"Customer Email", "var customer.name":"Customer Name" } @--> {{template config_path="design/email/header_template" email_title="Création de compte"}} <p class="greeting">{{trans "Hello %name," name=$customer.name}}</p> <p>{{trans "Welcome to %store_name, your customer account has successfully been created." store_name=$store.frontend_name}}</p> <p>{{trans "You can now order securely from the site and access the best offers on CNC spare parts and CNC solutions using your username and password:"}}</p> <ul> <li><strong>{{trans "Email:"}}</strong> {{var customer.email}}</li> <li><strong>{{trans "Password:"}}</strong> <em>{{trans "Password specified when creating account"}}</em></li> </ul> <br> <p>{{trans "When you log in to your account, you will be able to:"}}</p> <ul> <li>{{trans "Make quick purchases"}}</li> <li>{{trans "Check the status of your orders"}}</li> <li>{{trans "See your past orders"}}</li> <li>{{trans "Order from different addresses"}}</li> <li>{{trans "Download your invoices and delivery notes"}}</li> </ul> <br> <table class="button" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table class="inner-wrapper" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td align="center"> {{trans "<a href='%customer_url'>Log into my account</a>" customer_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}} </td> </tr> </table> </td> </tr> </table> <p> {{trans "Have you forgotten your password?<a href='%reset_url'>Click 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 "If you have any questions about your orders, <a href='mailto:%store_email'>contact us</a>" store_email=$store_email |raw}} </p> <p> {{trans "Enjoy browsing CNC-Shopping.com!"}} </p> <br> <p> {{trans "Regards,"}}<br> {{trans "The %store_name team" store_name=$store.getFrontendName()}} </p> {{template config_path="design/email/footer_template"}}