選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

19 行
539 B

  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Newsletter unsubscription 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 unsubscribed from the newsletter."}}</p>
  14. {{template config_path="design/email/footer_template"}}