auroraextensions / simplereturns
Self-service RMA for Magento.
Installs: 343
Dependents: 1
Suggesters: 0
Security: 0
Stars: 23
Watchers: 5
Forks: 11
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.2||^8.1
- ext-gd: *
- auroraextensions/imageprocessor: ~1.0
- auroraextensions/modulecomponents: ^100||^101
- magento/framework: *
- magento/module-catalog: ^103||^104||^105
- magento/module-customer: ^102||^103||^104
- magento/module-directory: 100.*.*
- magento/module-eav: ^101||^102||^103
- magento/module-sales: ^102||^103||^104
- magento/module-shipping: 100.*.*
- magento/module-store: ^100||^101||^102
- magento/module-ups: 100.*.*
- ramsey/uuid: ^3.8||^4.2
README
Self-service RMA for Magento.
Description
Simple Returns provides enhanced RMA functionality primarily intended for Magento Open Source, but can also be used with Magento Commerce, if desired. It extends the default RMA capabilities built into Magento Open Source [1], and offers a range of additional features to improve the RMA experience for both customers and administrators alike.
Getting Started
Simple Returns is available via Composer.
composer require auroraextensions/simplereturns:^1.0
Documentation
Features
Simple Returns is packed with features that can substantially improve an RMA pipeline. The default RMA functionality provided by Magento Open Source is very limited, as it does not allow customers to initiate the RMA process via web UI, nor does it provide customers the capability to generate and print shipping labels via web UI. Merchants lacking critical self-service RMA features, such as those provided by Simple Returns, make the RMA process more difficult and cumbersome for customers, which can lead to symptoms like fewer repeat customers and increased negative reviews.
Customer
- Create, edit RMA requests from frontend
- Create, edit, delete RMA file attachments
- Receive updates via email
- Generate shipping label upon RMA approval
- Available to registered customers and guests
Administrator
- Create, edit RMA requests
- Create RMA packages (return shipments)
- Generate, print shipping labels
- Supports several carriers, like Fedex and UPS
- Customizable RMA fields (e.g. reasons, resolutions, statuses)
Developer
- Dependable and extensible
- Plugin-friendly classes and methods
- Extensive list of events for most major actions
- Actively developed and maintained since 2019
Other
- Free [2], forever and always!