From 9136ef56a9f2a37bc4fd6dd91f8a8f7ed9c2fc59 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Mon, 12 Jan 2026 19:06:39 -0800 Subject: [PATCH] Add item names and parent names to cart API response getCart.cfm now returns ItemName, ItemParentName, and ItemIsCheckedByDefault for each line item, enabling the Flutter app to display modifier breadcrumbs like "Select Drink: Coke" without needing a separate menu lookup. Co-Authored-By: Claude Opus 4.5 --- api/orders/getCart.cfm | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/api/orders/getCart.cfm b/api/orders/getCart.cfm index 41d31c7..3e70dca 100644 --- a/api/orders/getCart.cfm +++ b/api/orders/getCart.cfm @@ -75,19 +75,25 @@