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
+
}