-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Guidance
Fadhil Rozaidi edited this page Jan 28, 2022
·
1 revision
- Log into X-Cart Administration Area with your Administrator account
- Navigate to My addons
- Install through click Upload add-on and select
.tar
file you downloaded - Toggle the MOLPay - Hosted Integration plugin from Off to On and click Save changes
- Navigate to Store setup -> Payment methods
- Under Online methods category, click Add payment method and select MOLPay - Hosted Integration from the list
- Enter your credentials and configure the plugin to your liking
- Go back to Store setup -> Payment methods and toggle the MOLPay - Hosted Integration payment method from INACTIVE to ACTIVE
- Login into MOLPay Portal and set the Callback URL as below:
- HTTP:
http://{REPLACE_WITH_YOUR_DOMAIN}/xcart/?target=callback&txn_id_name=orderid
- Upload the contents of folder (excluding
README.md
) to the<root>
folder of your X-Cart installation - Log into X-Cart Administration Area with your Administrator account
- Go to System Settings -> Cache Management, click Re-deploy the store and wait until the Deployment Process finishes
- Go to My addons -> Locate MOLPay - Hosted Integration Module and toggle the MOLPay - Hosted Integration plugin from Off to On and click Save changes
- Navigate to Store setup -> Payment methods
- Under Online methods category, click Add payment method and select MOLPay - Hosted Integration from the list
- Enter your credentials and configure the plugin to your liking
- Go back to Store setup -> Payment methods and toggle the MOLPay - Hosted Integration payment method from INACTIVE to ACTIVE
- 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.