Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-product-alert/view/frontend/email/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-product-alert/view/frontend/email/stock_alert.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<!--@subject {{trans "Products back in stock alert"}} @-->
<!--@vars {
"var alertGrid|raw":"Alert Data Grid",
"var customerName":"Customer Name",
"template config_path=\"design\/email\/footer_template\"":"Email Footer Template",
"template config_path=\"design\/email\/header_template\"":"Email Header Template"
} @-->

{{template config_path="design/email/header_template"}}

<p class="greeting">{{trans "%name," name=$customerName}}</p>
{{var alertGrid|raw}}

{{template config_path="design/email/footer_template"}}