enatega/food-delivery-multivendor

Enatega Rider App: Incorrect Order Detail Heading Displays “Pickup/Delivery Order” Instead of Relevant “From / To” Labels

Closed

#2,001 opened on Dec 30, 2025

 (1 comment) (0 reactions) (0 assignees)JavaScript (556 forks)auto 404
Enatega Multivendor Rider AppHigh Prioritybuggood first issue

Repository metrics

Stars
 (1,313 stars)
PR merge metrics
 (PR metrics pending)

Description

Description: On the Order Info screen, the order detail heading is incorrectly displayed as “Pickup/Delivery Order”. This heading does not clearly represent the actual order flow.

Expected Behavior:

For Pickup orders: The heading should clearly show “From” (Store/Restaurant) and “To” (Customer pickup location), or a relevant pickup-specific label.

For Delivery orders: The heading should display “From” (Store/Restaurant) and “To” (Customer delivery address).

Actual Behavior: The heading remains “Pickup/Delivery Order” for both order types, causing confusion and reducing clarity for users.

Impact:

Poor UX due to unclear order information Users may misunderstand order direction or address details

Suggestion / Fix:

Dynamically update the heading based on order type and replace the generic text with context-aware “From” and “To” labels.

Screenshots

Image

Smartphone (please complete the following information):

  • Device: [e.g. Android and iOS]
  • OS: [e.g. iOS and Android]
  • Browser [e.g. Apps]
  • Version [e.g. Latest]

Additional context Add any other context about the problem here.

Contributor guide