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 -