Install the HeyLight module
Please follow the steps below to add HeyLight as payment method to your Magento online store:
Zip files
The package consists of two ZIP files, a core and a branded module file (HeidiPay or PagoLight). Both need to be extracted into correct location in app/code/HeidiPay directory.
First, upload both files to Magento root directory.
1 - Create the HeidiPay directory
mkdir -p app/code/HeidiPay
2 - Unzip the core extension
unzip -o ecom-magento-core.zip -d app/code/HeidiPay/Core
3 - Unzip the brand extension(s)
For Heidipay:
unzip -o ecom-magento-brand-heidipay.zip -d app/code/HeidiPay/HeidiPay
For PagoLight:
unzip -o ecom-magento-brand-pagolight.zip -d app/code/HeidiPay/PagoLight
Note that exact commandline commands and procedure depend on the OS being used.
Post Install
- Run
bin/magento setup:upgrade
as usual after installing new extensions.
Verify that HeidiPay_Core is present in app/code/config.php - Navigate to Stores -> Configuration
- Navigate to Sales -> Payment Methods
- Configure as required
Updated 28 days ago