Skip to content

Magento 2 Module | This module allow customers donate to store owner while they're visiting the site

Notifications You must be signed in to change notification settings

phongphanmage/donate-option-product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate Option - Magento 2 module.

  • This module allow customers donate to store owner while they're visiting the site.
  • Donate options are able to set in configuration.
  • Show donate fee for customers view and store owner.

Donate

Installation

Composer:

  • composer config repositories.pphong/product-donate vcs https://github.com/phongphanmage/donate-option-product.git
  • composer require pphong/product-donate:dev-master
  • Execute this command if your environment is developer: ./bin/magento setup:upgrade
  • Execute this command if your environment is production: ./bin/magento setup:upgrade && ./bin/magento deploy:mode:set production

Others:

  • git clone
  • Move or Copy this cloned repo to app/code/PPhong/ProductDonate
  • Execute this command if your environment is developer: ./bin/magento setup:upgrade
  • Execute this command if your environment is production: ./bin/magento setup:upgrade && ./bin/magento deploy:mode:set production

Configuration:

  • Stores -> Configuration -> PPhanMage - Product Donate Option -> Configuration Alt text

Feature Description:

  • Donate Options are shown on PDP base on configuration.
    Alt text
  • Cart information.
    Alt text
  • Checkout information.
    Alt text
  • Order Grid: donate fee is able to filter and sort out.
    Alt text
  • Totals block information for order, invoice, creditmemo.
    Alt text
  • Order, Invoice emails.
    Alt text
  • PDF totals block.
    Alt text
  • Customer's order, invoice view.
    Alt text
  • Customer's print view.
    Alt text

Compatibility

  • 2.x version.

Report issues

  • For any issue please help me open an issue.

About

Magento 2 Module | This module allow customers donate to store owner while they're visiting the site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published