| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/templates/email/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/templates/email/expiring.phtml |
<?php /** * @author Amasty Team * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com) * @package Reward Points Base for Magento 2 */ /** @var \Amasty\Rewards\Block\Email\Expiring $block */ $rows = $block->getExpirationRows(); ?> <?php foreach ($rows as $row) : ?> <p><?= /* @escapeNotVerified */ $block->getFilledString($row) ?></p> <?php endforeach; ?>