Installation
Before installing the extension, please make sure to Backup your web directory and store database
You will require to install MageDelight Base Extension first. If it is not installed then please download it from https://www.magedelight.com/pub/extensions/magedelight-base.zip and unzip the package file into the root folder of your Magento 2 installation.
Root Directory is - "app/code/magedelight/#YourExtensionName#"
- Unzip the extension package file into the root folder of your Magento 2 installation.
- Connect to SSH console of your server:
- Navigate to the root folder of your Magento 2 setup
Run command as per below sequence,
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean
- log out from the backend and log in again
If you are using Magento 2.3 or later then you do not need to activate license. Extension will be activated with silent activation mechanism and does not require activation keys to be entered manually.
Backend Configuration (Admin side)
This extension will provide the most secure payment method, directly transferring the payment to the bank account. It takes payments from any country on the globe where the administrator wishes to let clients pay. In addition, compared to other payment options, it is quick and simple.
- Enable: Enable/Disable transfer payment options.
- Title: Give a title to the payment method displayed on the checkout page.
- Instructions: Enter the bank details for the merchant account that customers can use to transfer money directly, which will be displayed on the checkout page.
- Customer Title: Give a title for the heading related to the customer's bank account details on the checkout page.
- Merchant Title: Give a title for the heading related to the Merchant bank account details on the checkout page.
Backend Functionality
Wire Transfer Orders
- In the image above, you can find a list of all wire transfer payment orders with essential information, including Order ID, Bank Transaction Reference, First Name, Last Name, Status, and Order Total.
Frontend Functionality
- In the image above, the user needs to select the payment transfer method. After this selection, the merchant account details will be displayed at checkout. The user can then fill in their account details in the designated text fields, which include: Bank Account Number, Bank Name, Bank Address, SWIFT/BIC Code, Account Holder Name, and Payment Reference. Once all details are filled in, the user should click the "Place Order" button to complete the purchase.
- After placing the order, a success page will appear with the order number. Click on the "Continue Shopping" button to make additional purchases. Orders made via wire transfer will be visible in the backend under the Wire Transfer Orders grid.
Thank you for choosing MageDelight!