/magento2-extrafee

This module is used to add extra fee to order. Show added extrafee in order, invoice and creditmemo.

Primary LanguagePHP

Magento 2 Add Extra Fee To Order

"Extra Fee" is an extension for add extra fee to order of your Magento 2 online store. Let your customers see the extra fee on cart page, checkout page, Invoice, Creditmemo, Order emails and Order prints.

Please donate if you enjoy my extension.

Installation instructions

Install Via Composer:

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    1. composer config repositories.mageprince git https://github.com/mageprince/magento2-extrafee.git
    2. composer require mageprince/magento2-extrafee:dev-master
    3. php bin/magento setup:upgrade
    4. php bin/magento setup:static-content:deploy

Install Manually:

  • Create folder app/code/Prince/Extrafee and copy the content of the repo
  • Run command: php bin/magento setup:upgrade
  • Run Command: 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

Configuration Settings

admin_Screenshot

Cart Page

cartPage

Checkout Page

checkout_Page