Skip to content

Installation Guidance

Fadhil Rozaidi edited this page Jan 28, 2022 · 1 revision

Installation Guidance

  1. Log into X-Cart Administration Area with your Administrator account
  2. Navigate to My addons
  3. Install through click Upload add-on and select .tar file you downloaded
  4. Toggle the MOLPay - Hosted Integration plugin from Off to On and click Save changes
  5. Navigate to Store setup -> Payment methods
  6. Under Online methods category, click Add payment method and select MOLPay - Hosted Integration from the list
  7. Enter your credentials and configure the plugin to your liking
  8. Go back to Store setup -> Payment methods and toggle the MOLPay - Hosted Integration payment method from INACTIVE to ACTIVE
  9. Login into MOLPay Portal and set the Callback URL as below:
  • HTTP:
http://{REPLACE_WITH_YOUR_DOMAIN}/xcart/?target=callback&txn_id_name=orderid

Installation (Manual)

  1. Upload the contents of folder (excluding README.md) to the <root> folder of your X-Cart installation
  2. Log into X-Cart Administration Area with your Administrator account
  3. Go to System Settings -> Cache Management, click Re-deploy the store and wait until the Deployment Process finishes
  4. Go to My addons -> Locate MOLPay - Hosted Integration Module and toggle the MOLPay - Hosted Integration plugin from Off to On and click Save changes
  5. Navigate to Store setup -> Payment methods
  6. Under Online methods category, click Add payment method and select MOLPay - Hosted Integration from the list
  7. Enter your credentials and configure the plugin to your liking
  8. Go back to Store setup -> Payment methods and toggle the MOLPay - Hosted Integration payment method from INACTIVE to ACTIVE
  9. Login into MOLPay Portal and set the Callback URL as below:
  • HTTP:
http://{REPLACE_WITH_YOUR_DOMAIN}/xcart/?target=callback&txn_id_name=orderid
  • HTTPS:
https://{REPLACE_WITH_YOUR_DOMAIN}/xcart/?target=callback&txn_id_name=orderid

Note: If you have trouble with your credentials configuration, get in touch with our support team

You're now ready to process payments through our gateway.

Clone this wiki locally