From 813cc86b3dae641d1e8c69b7ae8fb1499fa44d82 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 6 Sep 2025 16:52:07 +0200 Subject: [PATCH] Fix checkout success page UX flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reorder template conditional logic to show success page instead of error after order placement - Move orderPlaced state check before checkoutCart validation in CheckoutPage.vue - Resolves issue where users saw "Cart not found" error instead of success confirmation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/modules/market/views/CheckoutPage.vue | 31 +++++++++++------------ 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/modules/market/views/CheckoutPage.vue b/src/modules/market/views/CheckoutPage.vue index 1483a30..e37a712 100644 --- a/src/modules/market/views/CheckoutPage.vue +++ b/src/modules/market/views/CheckoutPage.vue @@ -5,6 +5,21 @@
+ +
+ +

Order Placed Successfully!

+

Your order has been sent to the merchant. You'll receive updates as the order progresses.

+
+ + +
+
+

Checkout Error

@@ -248,22 +263,6 @@ - - - - -

Order Placed Successfully!

-

Your order has been sent to the merchant.

-
- - -
-
-