Bug #4270
openI am reviewing the preorder flow.
Description
Preorder Creation: Create a preorder catalog with start and end dates and save it in the database.
Listing Page: Fetch and display active preorder catalogs based on current date.
Catalog Details: Fetch products under a selected catalog and check their availability.
Purchase Flow: Create an order for selected products and save it with the catalogId.
Post-Purchase Storage: Link orders with their catalogId for analytics.
Preorder Analysis Page: Fetch preorder performance including orders, products sold, revenue, and customer participation.
Subtasks
Related issues
Updated by Pavan Kumar Murala 2 months ago
- Status changed from New to In Progress
Updated by Pavan Kumar Murala 2 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
The preorder creation feature is currently not setting a date properly. I will fix this issue so that the preorder creation process begins with the system date, and past dates will be disabled for selection.
Additionally, please note that the preorder pickup date can be edited after the preorder is created. We need to verify the entire eCommerce flow after implementing these changes, especially post-payment, to ensure that orders are successfully retrieved during the preorder process. Furthermore, the product name search functionality is not working correctly.
I will document these procedures and flows in detail.