No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

19 líneas
546 B

  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Newsletter subscription success"}} @-->
  8. <!--@vars {
  9. "template config_path=\"design\/email\/footer_template\"":"Email Footer Template",
  10. "template config_path=\"design\/email\/header_template\"":"Email Header Template"
  11. } @-->
  12. {{template config_path="design/email/header_template"}}
  13. <p>{{trans "You have been successfully subscribed to our newsletter."}}</p>
  14. {{template config_path="design/email/footer_template"}}