Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

23 строки
1020 B

  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Your %store_name email has been changed" store_name=$store.frontend_name}} @-->
  8. <!--@vars {
  9. "var store.frontend_name":"Store Name",
  10. "var store_email":"Store Email",
  11. "var store_phone":"Store Phone",
  12. "var customer.name":"Customer Name"
  13. } @-->
  14. {{template config_path="design/email/header_template"}}
  15. <p class="greeting">{{trans "%name," name=$customer.name}}</p>
  16. <p>
  17. {{trans "We have received a request to change the following information associated with your account at %store_name: email." store_name=$store.frontend_name}}
  18. {{trans 'If you have not authorized this action, please contact us immediately at <a href="mailto:%store_email">%store_email</a>' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at <a href="tel:%store_phone">%store_phone</a>' store_phone=$store_phone |raw}}{{/depend}}.
  19. </p>
  20. {{template config_path="design/email/footer_template"}}