- Download the
code.zip
file from the latest release. - Extract the zip and navigate to the "app" directory.
- If a "code" folder exists, overwrite its contents with the "code" folder from the zip file. If it does not exist, simply place the new "code" folder in app directory.
- Execute the following commands in your Magento root folder to enable the Cashfree module:
bin/magento module:enable Cashfree_Cfcheckout
bin/magento setup:upgrade
Check if the module is installed with:
bin/magento module:status
Cashfree_Cfcheckout
should appear in your module list.
Configure the Cashfree payment method in your Magento Admin:
- Navigate to Admin -> Stores -> Configuration -> Sales -> Payment Method -> Cashfree.
Try clearing your Magento Cache from your admin panel if you experienc any issues:
- Go to System -> Cache Management in the admin panel.
- For Magento version 2.3.x or above, refer to the master branch.
- For Magento version 2.2.x and earlier, download from the magento-2.2.x branch.
If you encounter issues or have questions, feel free to reach out:
- Submit an issue to our GitHub Issue Tracker.
- Send a message on our Discord server.
- Email us at [email protected].
Want to contribute? Check out our CONTRIBUTING guidelines.