Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/email/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/email/share_notification.html

<!--
/**
 * 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"}}