Skip to content

Magento 2.3 – Adding standard fee

One of our customers wanted to add a standard fee (which is obligated in some cases) to every order he made.

We made an easy to use module that’s free for everybody to use!

Give us some love on github over here. And read below how to easily install the module!

How to install

To install this module we recommend you use composer!

composer require fullstak/magento2-standard-fee
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy 

Do you want more information or other ways to install the module? Go to our Github Repo