Cart management

Cart *

A cart is a collection of food items selected for purchase from a single restaurant. Each cart is specific to one restaurant and represents a pending order until checkout.

Global Cart *

A global cart is an aggregated collection of multiple carts when food items are being ordered from more than one restaurant. It only comes into existence if an order includes selections from multiple restaurants, grouping all individual carts into a single view for streamlined checkout.

Sub-Cart *

A sub-cart is a restaurant-specific section within the global cart. Each sub-cart corresponds to a single restaurant, ensuring that items from different restaurants remain organized while still being part of a unified multi-restaurant order.


Cart statuses

Ready to order

The employees have already added their items in the cart from their phones.

Partially ready

<100% employees have added their items in the cart

Empty

0% employees have added their items in the cart

Frozen

If the cart is already into a payment process or if the order is already placed, the cart gets frozen. During the frozen status, the list of items cannot be modified.