Improve Error Message Behavior When Postal Code Is Missing
In the Burnt Up Pickup and Delivery widget, when a customer clicks Checkout without entering a postal code, the system currently shows “Please select date/time.”
***This causes significant confusion — customers assume they must select a date and time first, but those options only appear after the postal code is entered. As a result, many customers get stuck or think the app isn’t working properly. *
Why This Matters: This isn’t just a cosmetic issue — it directly impacts conversion. A single unclear message at checkout can lead to drop-offs or unnecessary support requests. Clarifying the message flow will help users understand the correct sequence:
- Enter postal code → 2. View available date/time → 3. Checkout.
Suggested Improvement: Add conditional messaging logic:
If postal code is missing, show: “Please enter your postal code to continue.”
If postal code is entered but date/time not selected, show: “Please select your delivery date and time.”
Expected Outcome: This improvement will make the checkout flow feel intuitive and professional, reducing user errors and boosting overall trust in the app experience.
Priority: Medium — high UX impact with minimal technical change