Magento 2 Payment Fee
Payment Fee extension for Magento 2 allows adding extra charges for specific payment methods and displays them on the cart page, checkout page, invoice, and credit memo. Also, payment fees display in the sales email like new order, invoice, and credit memo. Admin can also set the payment fee in order creation from admin.
According to the payment method, there are several options for counting payment fees by percentage price, fixed price, per row and per item. The payment fee title and description are configurable from admin. Payment fees can be disabled after a specified maximum order amount. You can set the payment fee is refundable or not from the configurations settings. You can also set a default payment fee which acts as an extra fee on order. Payment fees may also be restricted only to specific stores or customer groups. Admin can access the payment fee configuration from Admin->Configuration->MagePrince->Payment Fee.
Magento Marketplace :
Extension Link
User Guide
New Features
Multi-store support
Multi-currency support
Support tax calculation on the payment fee
Allow admin to select tax class for the payment fee
Allow admin to select tax display type(Incl.,Excl.,both)
Customer group restrictions
Admin can set the sort order of payment fee
Calculate discount or shipping amount in subtotal
Features
Enable or disable extension from the admin configuration
Admin can add payment fees on specific payment methods
Supports major of common payment methods like Cash on Delivery, PayPal, etc.
Can add payment fees in:
Percentage Price
Fixed Price
Per Row
Per Item
Admin can set custom payment fee title and description for easy understanding
Displays payment fee on the checkout page, Order page, Sales Email
Enable or disable refund of payment fees on credit memo from admin configuration
Admin can disable payment fees on the maximum order amount by adding the max order amount from the admin configuration
Demo
Frontend | Backend
Installation Instruction
Copy the content of the repo to the Magento 2 app/code/Mageprince/Paymentfee
Run command:
php bin/magento setup:upgrade
Run Command:
php bin/magento setup:static-content:deploy
Now Flush Cache: php bin/magento cache:flush
Contribution
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
Support
If you encounter any problems or bugs, please open an issue on GitHub.
Screenshots
Checkout Page
Configuration