| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/templates/cart/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/templates/cart/highlight.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\Frontend\Cart\Highlight $block */ ?>
<div data-bind="scope: 'amasty-rewards-highlight-cart'">
<!-- ko template: getTemplate() --><!-- /ko -->
<script type="text/x-magento-init">
{
"*": {
"Magento_Ui/js/core/app": <?php /* @escapeNotVerified */ echo $block->getJsLayout();?>
}
}
</script>
</div>