Start To :
- Created On: 11-12-2018
- Last Updated On: N/A
- By: CynoInfotech Team
- Platform: Magento 2 Community Edition
- Email: cynoinfotech@gmail.com
Information
Payment charge Magento2 extension allows admin to add payment method charge from their customers. Owner can set fixed or percentage charges on any payment method.
There are so many payment methods are used in one ecommerce website. And all payment methods are not free. Some payment methods take their transaction charge either in fixed price or in percentage price on the products. If owner increase product price including payment method charges, price of the product become so costly for customers. And it makes negative impression of website store. If payment process charge show to customer, they differentiate product price and payment process charge. So customer will select best option for payment process.
Payment charge Magento 2 extension by CynoInfotech helps store admin to add payment method process fees in product order subtotal. Store owner can set payment method process fees from backend on any selecting payment methods as a fixed price or as a percentage price. So charge of payment process fees is appearing with the price of product at the time of payment method selection. Store owner will set payment method charge on subtotal or grand total of order.
Features
You can find these features below:
- Easy to add payment method process charge.
- Set payment charge in either fixed price or percentage price.
- Admin will set payment charge on order subtotal or grand total.
- Support multiple payment methods like PayPal, COD, BTF etc...
- Admin will enable refund payment fee if any customer request to cancel order.
- Display payment charge on order page, checkout page, email and PDF automatically.
Settings
Backend
Than go to stores of admin panel and select configuration.
Select Payment method and set payment charge as per requirement
Frontend view
Checkout Page:
After login My Orders:
Invoice
Installation Guide
- Download extension zip file from the account and extract it
- root of your Magento 2 installation and merge app folder
- folder structure --> app/code/Cynoinfotech/PaymentCharge
After this run below commands from Magento 2 root directory to install module.
- Run :cd < your Magento install dir >
- php bin/magento cache:disable
- php bin/magento module:enable Cynoinfotech_PaymentCharge
- php bin/magento setup:upgrade
- php bin/magento setup:static-content:deploy
- rm -rf var/cache var/generation var/di var/cache
Demo
- N/A