gocashfree/cashfree-magento

payment gateway extension for magento by Cashfree


README

GitHub Discord GitHub last commit (branch) GitHub release (with filter) GitHub forks GitHub Repo stars

Installation

  1. Download the code.zip file from the latest release.
  2. Extract the zip and navigate to the "app" directory.
  3. 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.
  4. 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

Getting Help

If you encounter issues or have questions, feel free to reach out:

  1. Submit an issue to our GitHub Issue Tracker.
  2. Send a message on our Discord server.
  3. Email us at care@cashfree.com.

Contributing

Want to contribute? Check out our CONTRIBUTING guidelines.

Additional Information