| Current Path : /home/rtorresani/www/vendor/magento/module-product-alert/view/frontend/email/ |
| 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"}}