Created
April 14, 2015 22:16
-
-
Save ashwch/602dfcdb9785db9a6e8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **Foo** |
Author
when trying install through package and upload i am getting below error please help me
CONNECT ERROR: Package file is invalid
Invalid package name, allowed: [a-zA-Z0-9_-] chars
Invalid version, should be like: x.x.x
Invalid stability
Invalid date, should be YYYY-DD-MM
Invalid channel URL
Empty authors section
Empty package contents section
SSL connect error this error
when try to install Paste extension key to install please help me to resolve this one
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instamojo-Magento
This module allows us to use Instamojo as Payment Gateway with Magento.
Installation
Let's assume for the rest of this article that your website URL is http://www.example.com.
Open Magento Connect Manager from the admin backend, usually its url is http://www.example.com/downloader/.
If that didn't work then go to the admin backend and then System -> Magento Connect -> Magento Connect Manager. This page may prompt for username and password again for security reasons.
After entering username and password you will see the page shown below:
Here first go to settings:
And change the value of Magento Connect Channel Protocol from "Https" to "Http" and click on Save Settings.
Now go back to the previous page by clicking on Extensions and enter http://connect20.magentocommerce.com/community/Instamojo_Imojo in Paste extension key to install under Install New Extensions:
Now click on Install and after that Magento will show you a package by the name of Instamojo_Imojo with some version number. Now click on "Proceed" to install the extension(Note: Always choose the latest stable version in case it is displaying multiple options)
Once the installation is done Instamojo_Imojo will show up in the list of extensions:
Now that we have installed the extension it's time to configure this extension.
Configuration
To configure the extension in admin panel go to System -> Configuration -> Payment Methods.
Here you will see a list of Payment methods already installed along with Instamojo Checkout.
Now make sure Enabled is set to Yes if you want to use this extension during checkout, and change the values of Payment Action and New order status to Authorize and Capture and Processing respectively.
Auth
Go the Instamojo developers page, if your are not logged in already then login first and then you'll see the value of
API Key,Auth token,Private saltthere on the bottom left side of the page. Copy these values and paste them in their respective fields in Instamojo Checkout configuration.Now only Payment URL and Custom Field are left.
Creating a Payment Link with Custom Field
In this section we will learn how to create a
Payment linkalong with how to get the required value forCustom Field.Create a Payment Link on Instamojo under the Services/Membership option.
Set the price to Rs. 10 and enable "Pay what you want". Under Title and Description, you may enter something that describes your business and the nature of the products being sold.
Under Advanced settings of the same link there's a field Custom Redirection URL, here you are supposed enter http://www.example.com/index.php/imojo/payment/response/ as Custom Redirection URL.
Now on Payment links's page go to More options and click on Custom Fields.
Now create a custom field named day order_id and mark it as required and save it. In the custom field creation page, hover over the field you just created. You'll see a field with the format Field_. Note down the full name (including the Field_ bit. Note that this is case sensitive!).
Enter this name in the Custom field field of the Instamojo extension configuration page in Magento and do the same for for the Payment URL.
At the end the Configuration will look something like this:
Click on Save Config to save these settings. Now we are ready to use Instamojo as payment gateway.
During checkout users can choose the option "Pay using Instamojo".
Note: Don't forget to replace all the instances of www.example.com with your website's URL.