- Displaying a potencial rewards on category pages
- Showing logged-in customers their reward points balance
- Displaying a potencial earn points after buy product
- Showing a potencial earn points on the cart page
- Redeem their reward points partially. Apply/Cancel controls.
- Install via composer
composer config repositories.hyva-themes/magento2-amasty-rewards git [email protected]:hyva-themes/hyva-compat/magento2-amasty-rewards.git composer require hyva-themes/magento2-amasty-rewards
- Enable module
bin/magento setup:upgrade
- Copy the
vendor/hyva-themes/magento2-default-theme/Magento_Catalog/templates/product/list.phtml
to you own theme - Change line
->setData('cache_lifetime', 3600)
to->setData('cache_lifetime', 0)
.