https://github.com/mageprince/magento2-extrafee
This module is used to add extra fee to order. Show added extrafee in order, invoice and creditmemo.
https://github.com/mageprince/magento2-extrafee
cart-page checkout-page discount extrafee free-extension magento2 magento2-extension order
Last synced: 7 months ago
JSON representation
This module is used to add extra fee to order. Show added extrafee in order, invoice and creditmemo.
- Host: GitHub
- URL: https://github.com/mageprince/magento2-extrafee
- Owner: mageprince
- Created: 2017-04-04T09:28:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T06:29:07.000Z (11 months ago)
- Last Synced: 2025-09-22T01:33:56.142Z (10 months ago)
- Topics: cart-page, checkout-page, discount, extrafee, free-extension, magento2, magento2-extension, order
- Language: PHP
- Homepage:
- Size: 59.6 KB
- Stars: 48
- Watchers: 9
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Extra Fee
The Extra Fee extension enables store admins to add additional charge to customer order. It allows the creation of unlimited rules based on flexible conditions, ensuring that extra fee are applied only when specific criteria are met.
#### ⚠️ Note: This extension supports only a single extra fee. If you need to apply multiple extra fees based on flexible rules and conditions, check out the Mageprince Extra Fee Pro extension.
# ✅ Compatibility
Magento Open Source: 2.3.x - 2.4.x
Adobe Commerce (on-prem): 2.3.x - 2.4.x
Adobe Commerce (cloud): 2.3.x - 2.4.x
# ✨ Key Features
- Enable or disable the extension from admin configuration
- Apply extra fees based on specific store views and customer groups
- Option to enable or disable refunds for extra fees
- Apply extra fees during admin order creation
- Fully supports multi-currency and multi-store environments
- Supports tax calculation on extra fees with configurable tax class selection
- Choose how to display extra fees: Inclusive, Exclusive, or Both tax formats
- Define sort order for displaying multiple extra fees
- Create flexible conditions using cart and product attributes
- Assign extra fees to specific shipping methods
- Define rules based on postcode, region, state, or country
- Apply fees to specific products, categories, or product attributes
- Display extra fees in order summaries, invoices, credit memos, sales emails, and PDFs
# 🚀 Installation Instructions
### 1. Install via composer (Recommended)
Run the following Magento CLI commands:
```
composer require mageprince/magento2-extrafee
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```
### 2. Manual Installation
Copy the content of the repo to the Magento 2 `app/code/Mageprince/Extrafee`
Run the following Magento CLI commands:
```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
```
# 🤝 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









