Adding details in the Order App
1. Steps to Add Cancellation reasons
- Navigate to the Order App in Django Admin.
- Click on Cancellation reason.
- Add a new Cancellation reason with the following details:
| Field | Value |
|---|---|
| Reason | <enter cancellation reasons> |
| is_active | True |
- Click Save to add the Cancellation reason.
2. Steps to Add Return reasons
- Navigate to the Order App in Django Admin.
- Click on Return reason.
- Add a new Return reason with the following details:
| Field | Value |
|---|---|
| Reason | <enter return reasons> |
| is_active | True |
- Click Save to add the Return reason.