From 4aaaf2c7f193d19a4f25e800445af136f8b24b3d Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Feb 2026 09:09:17 +0000 Subject: [PATCH] Fix: remove OOB cart-mini from ticket adjust response The OOB swap was replacing the cart display with empty/wrong content. Cart count updates naturally on next page navigation instead. Co-Authored-By: Claude Opus 4.6 --- templates/_types/tickets/_adjust_response.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/_types/tickets/_adjust_response.html b/templates/_types/tickets/_adjust_response.html index fdbbe02..5754575 100644 --- a/templates/_types/tickets/_adjust_response.html +++ b/templates/_types/tickets/_adjust_response.html @@ -1,4 +1,2 @@ -{# Response for ticket adjust — buy form + OOB cart-mini update #} -{% from '_types/cart/_mini.html' import mini %} -{{ mini(oob='true') }} +{# Response for ticket adjust — re-render the buy form #} {% include '_types/tickets/_buy_form.html' %}