gocashfree / cashfree-magento
payment gateway extension for magento by Cashfree
Installs: 30
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 8
Open Issues: 4
Type:magento2-module
Requires
- php: 7.*|^8.1
Suggests
- magento/module-checkout-agreements: 100.0.*
- dev-master
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.3.x-dev
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.0
- dev-feature/version_bump_3.3.2
- dev-version_bump_3.3.1
- dev-version_bump_3.3.0
- dev-task/update_repo_meta
- dev-version_bump_3.2.1
- dev-magento-2.2.x
- dev-verion_bump_3.2.0
- dev-release-beta-3.2.0
- dev-feature/beta-3.1.2
- dev-version_bump-3.1.2
- dev-version_bump-3.1.0
- dev-feature/change-webhook-time
- dev-version_bump-3.0.1
- dev-version_bump-3.0.0
- dev-version_bump-2.1.0
- dev-master-2.2
- dev-version_bump_2.0.0
- dev-bugfix/session-related-issue
- dev-inc-id-support
- dev-ord-conf-email
This package is not auto-updated.
Last update: 2024-11-10 05:40:42 UTC
README
Installation
- 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.
Configuration
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.
Version Compatibility
- 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.
Getting Help
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 care@cashfree.com.
Contributing
Want to contribute? Check out our CONTRIBUTING guidelines.