thedevhub / refund-request
DevHub Refund Request Module
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-05-05 16:40:59 UTC
README
Magento 2 Refund Request is the extension that allows customers to submit a refund request to the vendors, if there is any issue in the product. Then its upto vendor he/she accepts or rejects the request. Customer automatically receives the email when the vendor change the request status.
Features
- Allow customers to send the refund request in the Admin menu of Sales->Order section.
- View customer refund request in grid.
- Vendor can accept or reject the refund request.
- Send an email based on the request status.
- Vendor Customizes the popup form that will show on Account Page.
Installation
- Please run the following command
composer require thedevhub/refund-request
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable DevHub_RefundRequest php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
- If your website is running on the production mode then you need to run the following command
php bin/magento setup:static-content:deploy php bin/magento setup:di:compile