Adding details in the Catalog App
1. Steps to Add a New Brand
- Navigate to the Catalog App in Django Admin.
- Click on Brand.
- Add a new brand with the following details:
| Field | Value |
|---|---|
| Name | <Brand Name> |
| Description | <Brand Description> |
| Logo | <Upload Logo> |
| Is Approved | True |
- Click Save to add the brand.
2. Steps to Add a New Size
- Navigate to the Catalog App in Django Admin.
- Click on Product sizes.
- Add a new size with the following details:
| Field | Value |
|---|---|
| Size | <Size Name> |
| Size value | <size code> (eg: S, M) |
- Click Save to add the size.
3. Steps to Add a New Collection
- Navigate to the Catalog App in Django Admin.
- Click on Collection .
- Add a new collection with the following details:
| Field | Value |
|---|---|
| Name | <Size Name> |
| Description | <desc> |
| Image | <image> |
| is_active | True |
- Click Save to add the new collection.
4. Steps to Add a New Color
- Navigate to the Catalog App in Django Admin.
- Click on Colors .
- Add a new color with the following details:
| Field | Value |
|---|---|
| Name | <color name> |
- Click Save to add the new color.
4. Steps to Add a New Fabric
- Navigate to the Catalog App in Django Admin.
- Click on Fabrics .
- Add a new fabric with the following details:
| Field | Value |
|---|---|
| Name | <fabric name> |
| Description | <desc> |
| is_approved | True |
- Click Save to add the new fabric.
5. Steps to Add a New category and Sub category
- Navigate to the Catalog App in Django Admin.
- Click on Category .
- Add a new category and Sub category with the following details:
| Field | Value |
|---|---|
| Name | <sub category name> |
| parent | <select parent category or create new category> |
| Description | <desc> |
- Click Save to add the new sub category with parent category.