trungkienpvt / donate_service
A Magento 2 module that add donate fee to checkout
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-04-18 02:07:35 UTC
README
Example module to add custom fee effect on work flow checkout
Feature list
- Add config page in BO
- Load config value in detail product page
- Add custom fee to checkout cart, checkout index page
- Save custom fee to order, invoice, creditmemo
- Add custom fee to download pdf, send email order
- Filter custom fee in admin grid order, invoice
How can I set up?
Run the following command lines below
$ composer require trungkienpvt/donate_service:dev-master $ bin/magento setup:upgrade $ bin/magento cache:clean
Reference link
-
stackoverflow