Magento PlugIns
Support both of PC-Browser and Mobile-Browser/WebChat-Browser on Alipay and WeChat Pay
โ
Plugins for Magento 2 Setup
โ๏ธ Download of PlugIn Installation kit from the following URL
Here is our approach to fix the issue, just for reference. ๐ Magento Issue Fix
โ๏ธ Installation of the Plugins
1๏ธ Step1: Upload the files to the app/code directory, the directory structure: app/code/Ottpay/โฆ


2๏ธ Step2: Check current status of installed modules/plug-ins
Go to the root directory of the Magento website, run the following command:
Then you will see Ottpay_Alipay and Ottpay_WeChat are not activated.
*๏ธ Step3: Activate the Plugins of Ottpay_Alipay and Ottpay_WeChat
sudo php bin/magento module:enable Ottpay_Alipay Ottpay_Wechat
4๏ธ Step4: To make sure that the enabled modules are properly registered, run 'setup:upgrade'
sudo php bin/magento setup:upgrade
โ๏ธ Configuration of the Plugins
1๏ธ Go to Magento Website Admin > Stores > Configuration > Sales > Payment Methods


2๏ธ Open Ottpay Settings-Alipay to fill in the configuration information with merchant ID and Operator ID, Merchant Code, Sign key. Please contact Ottpay BD team to get them once singed the service contract.

*๏ธ Open Ottpay Settings-WeChat to fill in the configuration information with merchant ID and Operator ID, Merchant Code, Sign key. Please contact Ottpay BD team to get them once singed the service contract.

โ๏ธ Payment Process Flow
1๏ธ Select Payment Methods (WeChat Pay /Ali Pay) as below, and Place Order

2๏ธ Scan the following QR Code displayed, by using WeChat Pay /Ali Pay mobile app

*๏ธ Once finished payment process with WeChat Pay /Ali Pay mobile app, you will see the result information from Magento system.

Last updated
Was this helpful?