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

pkg:composer/trungkienpvt/donate_service

dev-master 2020-09-24 03:54 UTC

This package is not auto-updated.

Last update: 2025-10-31 04:40:58 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