Instamojo / InstamojoPrestaShop

Instamojo's payment module for PrestaShop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instamojo Prestashop Payment Gateway Plugin

Tested on PrestaShop 1.5+ to 1.7.1.1

Download:

Download InstamojoPrestaShop.zip file from the latest release.

Note: Don't download the files under Downloads section. They won't work.

Imgur

Installation

Automatic Installation

  1. Go to "Modules and Services" from Main menu.
  2. Click on "Add a new module".
  3. Now click on zip file you had downloaded earlier and upload it.
  4. Now search for Instamojo in your plugins and click on "Install" button corresponding to Instamojo module.

Manual Installation:

  1. Extract the zip file in your in modules directory in your PrestaShop installation directory.
  2. Now search for Instamojo in your plugins and click on "Install" button corresponding to Instamojo module.

Configuration

  1. After installation click on "Configure" button corresponding to Instamojo module.

  2. Fill the following details:

    • Checkout Label: This is the label users will see during checkout, its default value is "Pay using Instamojo". You can change it to something more generic like "Pay using Credit/Debit Card or Online Banking".

    • Client ID and Client Secret - Client Secret and Client ID can be generated on the Integrations page. Related support article: How Do I Get My Client ID And Client Secret?

    • Test Mode: If enabled you can use our Sandbox environment to test payments. Note that in this case you should use Client Secret and Client ID from the test account not production.

Migrating from older version(version < 2.0.0)

If you were already using older version of our plugin then follow these steps:

  1. Go to "Modules and Services" from Main menu.
  2. Now search for Instamojo in your plugins and click on "Uninstall" button corresponding to Instamojo module and then click on "Delete" to remove it.
  3. You might want to clear the cache by going to Advanced Parameters -> Performance.

Support

For any issue send us an email to support@instamojo.com and share the imojo.log file.

The location of imojo.log file:

  • 1.7+ -> app/logs/imojo.log
  • <= 1.6 -> log/imojo.log

About

Instamojo's payment module for PrestaShop

License:MIT License


Languages

Language:PHP 90.2%Language:Smarty 9.8%