From 5e9a5917fd2c4f166d9eceb8cace436f9321a226 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Wed, 8 Jul 2026 13:47:23 -0300 Subject: [PATCH] feat(purchase-detail): restructure cart item layout for improved readability and alignment --- .../purchase-detail-page.html | 33 ++++++++++--------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/src/app/features/store/pages/account-page/pages/purchase-detail-page/purchase-detail-page.html b/src/app/features/store/pages/account-page/pages/purchase-detail-page/purchase-detail-page.html index 1f34489..482c86e 100644 --- a/src/app/features/store/pages/account-page/pages/purchase-detail-page/purchase-detail-page.html +++ b/src/app/features/store/pages/account-page/pages/purchase-detail-page/purchase-detail-page.html @@ -34,19 +34,12 @@ } -
-
+
+ + +

{{ product.name }}

- -
- @if (product.originalPrice) { - $ {{ product.originalPrice }} - } - $ {{ product.discountedPrice }} -
-
- -
+
Cantidad: @@ -61,12 +54,22 @@ {{ product.size }}
+
-
- ${{ product.transferPrice }} - con transferencia + +
+
+ @if (product.originalPrice) { + $ {{ product.originalPrice }} + } + $ {{ product.discountedPrice }} +
+ +
+ ${{ product.transferPrice }} con transferencia
+
}