fullstak / magento2-standard-fee
A easy module that enables a standard fee for every order
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
This package is auto-updated.
Last update: 2024-12-07 04:06:46 UTC
README
A simple module to setup a single standard fee in your shop
Installation
Install with composer (recommend)
Run the following command in your Magento2 root:
composer require fullstak/magento2-standard-fee
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Install through FTP
Download this repo and create the the following directory structure in your Magento2 root:
app/code/Fullstak/StandardFee/
Then upload this repo into the map and run the following commands in your Magento2 root:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
FAQ
Where can I edit the label and price?
When you navigate to Stores -> Configuration -> Sales
. You will see the first tab is the Standard Fee tab.
I want to disable the fee
Simply remove or disable the module. No need to keep it active if you don't use it.
Can i use it for certain products or categories?
Yes, but it would require some custom code. If you want this to be done you can always contact us!
Found bugs?
Please create an issue in our issue tracker. To solve the issue as quick as possible please include how to reproduce the error and some additional information like Magento2 version and hosting details.
Want your own module?
Don't hesitate to send us an email at info@fullstak.nl