Magento 2 Add Extra Fee To Order
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., (*1)
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 , (*2)
Run the following Magento CLI commands:, (*3)
composer require mageprince/magento2-extrafee php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
Copy the content of the repo to the Magento 2 app/code/Mageprince/Extrafee
, (*4)
Run the following Magento CLI commands:, (*5)
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy
Want to contribute to this extension? The quickest way is to open a pull request on GitHub., (*6)
If you encounter any problems or bugs, please open an issue on GitHub., (*7)
, (*8)