Title: Magento 2 FreeCharge Payment Gateway
1FreeCharge Payment Gateway for Magento 2 User
Guide
- Table of Contents
- Extension Installation Guide
- Configuration
- FreeCharge Payment Method in Frontend
- FreeCharge Payment Details in Sales Order View
Backend - Refund Online for FreeCharge Orders from Backend
Freecharge Payment Gateway for Magento 2
Meetanshi
2- Extension Installation
- For Magento Marketplace Customers
- Find the Composer name and version of the
extension in the extensions composer.json file. - Login to your SSH and run
- composer require meetanshi/magento-2-freecharge-pa
yment-gateway - Enter your authentication keys. Your public key
is your username your private key is your
password. - Wait for Composer to finish updating your project
dependencies and make sure there - arent any errors.
- To verify that the extension installed properly,
run the command - php bin/magento modulestatus Meetanshi_Freecharge
- By default, the extension is probably disabled.
- Enable the extension and clear static view files
- php bin/magento moduleenable Meetanshi_Freecharge
--clear-static-content - php bin/magento setupupgrade
- For Magento version 2.0.x to 2.1.x - php
bin/magento setupstatic-contentdeploy - For Magento version 2.2.x above - php
bin/magento setupstatic-contentdeploy f - php bin/magento cacheflush
- For Meetanshi Customers
Freecharge Payment Gateway for Magento 2
Meetanshi
3- Additional Information Enter additional
information to show on the checkout page in the
frontend. - Debug Select YES to enable debug.
- Sort Order Enter sort order of the payment
method.
Freecharge Payment Gateway for Magento 2
Meetanshi
43. FreeCharge Payment Method in Frontend Once the
extension is configured, it can be seen enabled
in the frontend. Simply add products to cart and
go to the checkout, you can see the FreeCharge
Payment method enabled. Select the payment
method, click Place Order button.
Freecharge Payment Gateway for Magento 2
Meetanshi
5- On click of Place Order button, the user get
redirected to the FreeCharge hosted payment page
where he selects one of the payment methods,
enter the payment details and click Pay to pay
successfully for the order.
Freecharge Payment Gateway for Magento 2
Meetanshi
6- FreeCharge Payment Details in My Account Section
- Immediately after the order is placed, the
FreeCharge Payment details can be seen in order
view tab under the customers My Account section.
Freecharge Payment Gateway for Magento 2
Meetanshi
74. FreeCharge Payment Details in Sales Order View
Backend Apart from the customers My Account
section, the admin can also see FreeCharge
payment details from the Sales ? Orders ? Order
View section in the backend.
Freecharge Payment Gateway for Magento 2
Meetanshi
85. Refund Online for FreeCharge Orders from
Backend The extension is compatible with online
refund through FreeCharge payment method. Admin
can simply move to Sales gt Invoices gt View
Invoice, click on Credit Memo button, while
creating a new credit memo, click on Refund
button to refund online through FreeCharge
payment method for your order.
Freecharge Payment Gateway for Magento 2
Meetanshi