From 0d76ed2a04feb761e29c9c77d6181465350536d0 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 4 Sep 2019 12:37:49 -0300 Subject: [PATCH] Mostrando detalle de los productos en la confirmacion de compra. --- .../confirmacion-carrito.component.html | 15 ++++++++++++--- src/app/components/pago/pago.component.html | 1 - 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html index 13cde47..f0dc6f8 100644 --- a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html +++ b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html @@ -11,7 +11,6 @@

Pagar -

@@ -46,10 +45,20 @@ {{producto.DET_LAR}}

+

+ + - {{p.cantidad}} {{p.DET_LAR}} + +

-
+
+

+ {{producto.cantidad}} x {{producto.PreVen | currency}} +

+
+

- {{producto.PreVen | currency}} + {{producto.cantidad * producto.PreVen | currency}}

diff --git a/src/app/components/pago/pago.component.html b/src/app/components/pago/pago.component.html index bb3692e..047bd97 100644 --- a/src/app/components/pago/pago.component.html +++ b/src/app/components/pago/pago.component.html @@ -12,7 +12,6 @@

Pagar -

-- 1.9.1