- Requires magento version at least:
2.3and2.4 - Tested and working upto
Magento 2.4.5
- Download the MaxRedemption extension as zip file from here (maxredemption.zip). Make sure you download the most recent version.
- Create the following folder structure inside
app/codefolderMaxRedemption/MaxRedemptionPayment - Unzip contents into
app/code/MaxRedemption/MaxRedemptionPaymentfolder - After you have all the files your folder structure should be like this
app/code/MaxRedemption/MaxRedemptionPayment/composer.json - From the server terminal, navigate to the root Magento directory and run
php bin/magento module:enable MaxRedemption_MaxRedemptionPayment - Run Setup Upgrade
php bin/magento setup:upgrade - Run DI Compilation to generate classes
php bin/magento setup:di:compile - If you are on Production Environment, make sure you run the following command as well
php bin/magento setup:static-content:deploy - Finally Flush the Cache
php bin/magento cache:flush
- In Your Magento Store Management Console, enable the MaxRedemption Payment Module