![]() 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/vendor/magento/module-wishlist/view/frontend/email/ |
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <!--@subject {{trans "Take a look at %customer_name's Wish List" customer_name=$customerName}} @--> <!--@vars { "var store.frontend_name":"Store Name", "var customerName":"Customer Name", "var viewOnSiteLink":"View Wish List URL", "var items|raw":"Wish List Items", "var message|raw":"Wish List Message" } @--> {{template config_path="design/email/header_template"}} <p>{{trans "%customer_name wants to share this Wish List from %store_name with you:" customer_name=$customerName store_name=$store.frontend_name}}</p> {{depend message}} <table class="message-info"> <tr> <td> <h3>{{trans "Message from %customer_name:" customer_name=$customerName}}</h3> {{var message|raw}} </td> </tr> </table> <br /> {{/depend}} {{var items|raw}} <br/> <p><a href="{{var viewOnSiteLink}}">{{trans "View all Wish List items"}}</a></p> {{template config_path="design/email/footer_template"}}