Bug #4760
openFlow of the Preorder Catalog in E-commerce
Start date:
10/30/2025
Due date:
10/30/2025 (40 days late)
% Done:
70%
Estimated time:
8:00 h
Spent time:
Tested Date:
Raised by Tester:
Page/ Module (POS):
Subtasks
Related issues
Updated by Pavan Kumar Murala about 1 month ago
- Due date set to 10/30/2025
- Status changed from New to In Progress
- % Done changed from 0 to 70
- From the preorder catalog page, clicking “Proceed to Checkout” opens the login modal.
- The login modal provides options for Guest User and Registered User.
- For registered users, an API is called to send OTP to the registered email.
- A separate API is used to verify OTP for user authentication.
- Guest users can continue directly to the checkout without login.
- After OTP verification, users are redirected to the checkout and payment page.
- Currently, different APIs handle OTP sending and verification.
- The next step is to merge both OTP APIs into one unified API.
- After merging, the flow will be separated for guest and login users for better handling.