Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-rma
The Laravel eCommerce RMA extension allows the customers to create an RMA request for the product return, exchange, refund, or cancel an order.
https://github.com/bagisto/bagisto-rma
ecommerce laravel opensource return-management return-merchandise-authorization rma
Last synced: 4 days ago
JSON representation
The Laravel eCommerce RMA extension allows the customers to create an RMA request for the product return, exchange, refund, or cancel an order.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-rma
- Owner: bagisto
- License: mit
- Created: 2022-01-10T12:05:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T09:48:15.000Z (12 months ago)
- Last Synced: 2024-04-24T15:19:30.789Z (7 months ago)
- Topics: ecommerce, laravel, opensource, return-management, return-merchandise-authorization, rma
- Language: Blade
- Homepage: https://bit.ly/3faPh2M
- Size: 152 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for 1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
Bagisto RMA
## Introduction
Bagisto RMA will help customers to request for return / cancel / exchange products during the stipulated time-period. If admin is satisfied with the RMA reason of the customer then admin could proceed the request of cancel, return or exchange.
- Customers can request RMA to cancel order.
- Customers can generate RMA for Return/Exchange.
- Customer will be able to send message over the request of RMA.
- Dynamic selection of items for an order for making RMA request.
- Admin will create the RMA reasons.
- Admin will be able to send message over the request of RMA.
- Admin can see the list of all the RMA.
- Admin can solve the Requested RMA for products.
- Guest user can request a RMA to cancel order.
- Guest user can generate RMA for Return/Exchange.
- Admin can set “Default Allowed Days” to create RMA by buyer.
- Supported product types are Bundle product, Grouped product, Configurable product, Simple product.## Requirements
- **Bagisto**: v1.3.3
## Installation
- Run the following command
```
composer require bagisto/bagisto-rma
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\RMA\Providers\RepositoryServiceProvider::class
```- Run the following command to complete the setup
```
php artisan rma:install
```## Configuration
- Enable the Guest user RMA from the Admin Panel:- For Default theme place this url in
```
Admin->Settings->Channels->Edit Channel->Footer Content->goto Code view->Add this line of url as you want
``````
```
- For Velocity theme place this url in
```
Admin->Velocity->Meta Data->Footer->Footer Middle Content->goto Code view->Add this line of url as you want
```
```
```