软件工程师/模块捐赠

TDTU 软件工程师的最终项目

安装: 0

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

开放性问题: 0

类型:magento2-module

dev-dev 2021-01-03 11:36 UTC

This package is auto-updated.

Last update: 2024-09-29 05:29:16 UTC


README

``softwareengineer/module-donation``

主要功能

TDTU 软件工程师的最终项目。
通过 Trello 跟踪团队:https://bit.ly/2T8q5Pe

安装

* = 在生产中请使用 --keep-generated 选项

类型 1:Zip 文件

  • app/code/SoftwareEngineer 中解压缩 zip 文件
  • 运行 php bin/magento module:enable SoftwareEngineer_Donation 启用模块
  • 运行 php bin/magento setup:upgrade 应用数据库更新*
  • 运行 php bin/magento cache:flush 清理缓存

类型 2:Composer

  • 将模块添加到 composer 仓库,例如
    • 私有仓库 repo.magento.com
    • 公共仓库 packagist.org
    • 公共 GitHub 仓库作为 vcs
  • 运行 composer config repositories.repo.magento.com composer https://repo.magento.com/ 将 composer 仓库添加到配置中
  • 运行 composer require softwareengineer/module-donation 安装模块
  • 运行 php bin/magento module:enable SoftwareEngineer_Donation 启用模块
  • 运行 php bin/magento setup:upgrade 应用数据库更新*
  • 运行 php bin/magento cache:flush 清理缓存

属性

  • 可以在后端进行配置。
    alt text
  • 在 PDP 中显示捐赠下拉菜单。
    alt text
  • 在结账购物车、订单中显示费用。
    alt text alt text
  • 在后台和我的账户页面中显示捐赠,在发票、信用memo中显示。
    alt text alt text alt text alt text
  • 在打印订单、订单电子邮件中显示捐赠。
    alt text alt text
  • 在订单网格和发票网格中进行排序和筛选。
    alt text alt text
  • 应用多个产品。