| Current Path : /home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/layout/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Rewards/view/frontend/layout/amrewards_history_index.xml |
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
* @package Reward Points Base for Magento 2
*/-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" layout="2columns-left">
<update handle="customer_account"/>
<body>
<referenceContainer name="content">
<block class="Magento\Framework\View\Element\Template"
name="customer.account.amrewards_history.restriction-message"
template="Amasty_Rewards::restriction-message.phtml">
<arguments>
<argument name="view_model"
xsi:type="object">Amasty\Rewards\ViewModel\RestrictionMessage</argument>
</arguments>
</block>
<block cacheable="false" name="customer.account.amrewards_history" class="Amasty\Rewards\Block\Frontend\History" template="history.phtml"/>
</referenceContainer>
</body>
</page>