This module integrates a Magento 2 based webstore with the iPay88 payment service (Malaysia, Indonesia, Philippines, Thailand, Singapore, China).
The module is free and open source.
https://www.youtube.com/watch?v=hgg7cu9y57c&list=PLTq8uOpBQGsEVWfTrncggf2XnngZYaUJa
- The frontend checkout screen:
- The payment information blocks
- The backend settings
- The bank card payment form
- An email receipt to a buyer
- An email payment notification for a merchant
- Affin Bank (affinOnline)
- Alliance Bank (Alliance Online)
- AmBank (AmOnline)
- Bank Islam
- Bank Muamalat
- Bank Rakyat
- Celcom AirCash
- CIMB Bank (CIMB Click)
- Hong Leong Bank
- Maybank (Maybank2U)
- OCBC
- PayPal (MYR)
- RHB Bank (RHB Online)
- Standard Chartered Bank
- United Overseas Bank (UOB)
- Webcash
Hire me in Upwork, and I will:
- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/ipay88:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ms_Latn_MY en_US <additional locales, e.g.: zh_Hans_CN>
bin/magento maintenance:disable
bin/magento maintenance:enable
composer remove mage2pro/ipay88
rm -f composer.lock
composer clear-cache
composer require mage2pro/ipay88:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ms_Latn_MY en_US <additional locales, e.g.: zh_Hans_CN>
bin/magento maintenance:disable