diff --git a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html index c5d66bb..9c1cb17 100644 --- a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html +++ b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html @@ -56,18 +56,44 @@ -
Su Ticket
-- Ticket detalle. -
-- Total {{230 | currency}} +
+ DESCRIPCIĆN +
++ CANTIDAD X PRECIO UNITARIO +
++ {{producto.DetArt}} +
++ {{producto.cantidad}} x {{producto.PreVen | currency}} +
++ {{(producto.PreVen) * (producto.cantidad) | currency}} +
++ Total {{getTotal() | currency}}