trungkienpvt / donate_service
A Magento 2 module that add donate fee to checkout
Package info
github.com/trungkienpvt/Magento-Module-Donate
Type:magento2-module
pkg:composer/trungkienpvt/donate_service
dev-master
2020-09-24 03:54 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2026-03-20 06:23:34 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