Feature #10955
openPreorder Creation & Checkout – Date Validation and Zelle Payment Limit Fixes
100%
Description
1. Preorder Creation Page – Date Validation Fix
Fixed the off-by-one-day issue caused by business timezone and date validation.
Updated calendar-day comparisons to ensure product sale and pickup availability dates can start on the same day as the catalog start date.
Verified preorder date validation using the appropriate business timezone.
2. Ecommerce Checkout Page – Zelle Default Limit Fix
Investigated and resolved the issue where Zelle was incorrectly displaying a default limit of 1.
Verified the saved Zelle limit in the database and corrected the checkout configuration handling.
Ensured Zelle is disabled and hidden from checkout when its configured limit is 0.
Verified that Zelle visibility correctly follows its individual payment configuration.
Subtasks
Related issues
Updated by Pavan Kumar Murala 2 days ago
- Due date set to 09/21/2026
- Status changed from New to In Progress
- Estimated time set to 4:00 h
Updated by Pavan Kumar Murala about 23 hours ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
1. Preorder Creation Page – Date Validation Fix
Fixed the off-by-one-day issue caused by business timezone differences and date validation.
Updated calendar-day comparisons to allow product sale and pickup availability dates to start on the same day as the catalog start date.
Verified preorder date validation using the appropriate business timezone.
2. Ecommerce Checkout Page – Zelle Default Limit Fix
Investigated and resolved the issue where Zelle was incorrectly displaying a default limit of 1.
Verified the saved Zelle limit in the database and corrected checkout configuration handling.
Ensured Zelle is disabled and hidden from checkout when its configured limit is 0.
Verified that Zelle visibility correctly follows its individual payment configuration.
3. Ecommerce – Preorder Display Timezone Fix
Investigated and fixed the timezone issue affecting preorder product display and end-time validation.
Updated the time handling to ensure preorder products are displayed and remain available according to the correct business timezone.
Ensured preorder availability and visibility are evaluated using the appropriate business date and time.