mageprince/magento2-paymentfee

Magento 2 Add Payment Fee To Order

Installs: 52 830

Dependents: 0

Suggesters: 0

Security: 0

Stars: 25

Watchers: 4

Forks: 17

Open Issues: 4

Type:magento2-module

2.1.4 2021-03-25 06:54 UTC

This package is auto-updated.

Last update: 2024-04-11 15:59:21 UTC


README

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

checkout_page_2.png

Configuration

paymentfee-config1.jpg

paymentfee-config2.jpg