Skip to content

Adding details in the Order App

1. Steps to Add Cancellation reasons

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

2. Steps to Add Return reasons

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