thedevhub/refund-request

DevHub 退款请求模块

dev-main 2023-05-05 12:27 UTC

This package is auto-updated.

Last update: 2024-09-05 15:19:47 UTC


README

Magento 2 退款请求扩展允许客户在产品存在问题时向供应商提交退款请求。然后由供应商决定接受或拒绝请求。当供应商更改请求状态时,客户会自动收到电子邮件。

功能

  • 允许客户在销售>订单部分的 Admin 菜单中发送退款请求。
  • 在网格中查看客户退款请求。
  • 供应商可以接受或拒绝退款请求。
  • 根据请求状态发送电子邮件。
  • 供应商可以自定义在账户页面显示的弹出表单。

安装

  1. 请运行以下命令
composer require thedevhub/refund-request
  1. 如有需要,请更新 composer
composer update
  1. 启用模块
php bin/magento module:enable DevHub_RefundRequest
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush
  1. 如果您的网站正在生产模式下运行,则需要运行以下命令
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile