Skip to content

Commit

Permalink
Restructure readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hairizal Hanapi committed Jun 3, 2016
1 parent 04c49b6 commit 040dbe7
Showing 1 changed file with 12 additions and 56 deletions.
68 changes: 12 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,31 @@
MOLPay Magento Plugin
=====================
![MOLPay Technical Teams](https://github.com/MOLPay/Magento_Plugin/wiki/images/molpay-developer.jpg)

###### MOLPay Plugin for Magento Community Edition ######


Requirement
-----------
Latest version:

Magento Version 1.9.x.x and above

Previous version:
The MOLPay Magento Plugin makes it easy to add MOLPay payment gateway to your Magento shopping cart.

Magento Version 1.8.x.x and above

Magento Version 1.7.x.x and above

Notes
-----
MOLPay Sdn. Bhd. is not responsible for any problems that might arise from the use of this module.
Use at your own risk. Backup any critical data before proceeding. For any query or
assistance, please email [email protected]
###### MOLPay Plugin for Magento Community Edition ######

Installations
Prerequisites
-------------
- Download this plugin, Extract/Unzip the files. You will get the following files and folders under the main folder `app/`
* `etc/modules/Mage_MOLPay.xml`
* `code/local/Mage/MOLPay/`
* `code/core/Mage/Checkout/Block/Callback.php`

- Upload or copy those file and folder into Magento root directory (installed folder) and its subdirectories<br>
<i>This won't replace any of your Magento system core file</i>
* `<MagentoRoot>/app/etc/modules/Mage_MOLPay.xml`
* `<MagentoRoot>/app/code/local/Mage/MOLPay/`
* `<MagentoRoot>/app/code/core/Mage/Checkout/Block/Callback.php`

- (Skip this if your magento is not hosted not in UNIX environment)
Please ensure the file permission is correct. For starting installation purpose, It's recommended to CHMOD to 777 or any permission that allow the file to be read and write
* `<MagentoRoot>/app/etc/modules/Mage_MOLPay.xml`
* PHP 5.2 or later.
* MOLPay Production or Development [account](http://www.molpay.com/v3/contact/merchant-enquiry).

- Login as Magento Store Admin, go to System > Configuration > Advanced

- Under panel Disabled Module Output, Please ensure that Mage_MOLPay module is on Enable state

- Save the advance Disabled Module Output

- Now, under SALES menu (at the sidebar), click on the Payment Methods.

- Under panel MOLPay payment method. Again, please ensure it's on enable state. Insert the MOLPay Merchant ID
and MOLPay Verify Key and also change New order status to `pending`. Then save the config

- Test the plugin is functioning properly by making a test payment
(You can test it with test account, You can get test account credentials from our support team)

- To set the Return URL and callback URL for this module, logon to your MOLPay Control Panel and go to your Merchant Profile. Add the following line into Return URL and callback URL field on your merchant profile and save the changes
Documentation
-------------

`Return URL : http://www.yourdomain.com.my/index.php/molpay/paymentmethod/success/`

`Notification URL : http://www.yourdomain.com.my/index.php/molpay/paymentmethod/notification/`

`Callback URL : http://www.yourdomain.com.my/index.php/molpay/paymentmethod/callback/`
* [Getting Started](https://github.com/MOLPay/Magento_Plugin/wiki#getting-started) - Everything you need to begin using this plugins.
* [Contributing to the Plugin](https://github.com/MOLPay/Magento_Plugin/wiki/Contributing-to-the-Plugin)

**Kindly replace `www.yourdomain.com.my` with your online shop URL.
General documentation regarding the MOLPay API and related payment flows can be found on the MOLPay Merchant Admin Site.

Support
-------

Merchant Technical Support / Customer Care : [email protected] <br>
Sales/Reseller Enquiry : [email protected] <br>
Marketing Campaign : [email protected] <br>
Channel/Partner Enquiry : [email protected] <br>
Media Contact : [email protected] <br>
R&D and Tech-related Suggestion : [email protected] <br>
Abuse Reporting : [email protected]

0 comments on commit 040dbe7

Please sign in to comment.