Feature #5356
openFeature #5347: Integrate Delivery Charges configuration module for pre-orders in e-commerce
Ask the delivery address if the pre order product as deliverable & send that location address to backend at the time of pre order checkout
Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
12/03/2025
Due date:
12/03/2025 (5 days late)
% Done:
100%
Estimated time:
9:00 h
Spent time:
Subtasks
Related issues
Updated by Yalavarthi Thriveni 9 days ago
- Due date changed from 11/28/2025 to 12/01/2025
- Assignee changed from Ajit A to Pavan Kumar Murala
- Start date changed from 11/28/2025 to 12/01/2025
- Estimated time changed from 3:00 h to 4:00 h
Updated by Pavan Kumar Murala 5 days ago
- Due date changed from 12/01/2025 to 12/03/2025
- Start date changed from 12/01/2025 to 12/03/2025
Updated by Pavan Kumar Murala 5 days ago
- Estimated time changed from 4:00 h to 9:00 h
Updated by Pavan Kumar Murala 5 days ago
- Status changed from In Progress to Resolved
- Discussed full e-commerce preorder flow with Triveni and Ruban in the morning.
- Integrated API to show two preorder catalogs on the dashboard.
- Implemented navigation from catalog card to product page with type passing.
- Loaded products based on type (pickup or delivery).
- Integrated address component for delivery flow.
- Added “Add New Address” feature in checkout.
- Implemented pickup flow with date selection logic.
- Implemented delivery flow with address validation.
- Checked delivery availability using API based onzipcode/state.
- Calculated and applied delivery charges from API response.
- Sent pickup or delivery type correctly in checkout API payload.
- Integrated full checkout API with products, address/pickup info, and charges.