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.
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.
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.
The employees have already added their items in the cart from their phones.
<100% employees have added their items in the cart
0% employees have added their items in the cart
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.