From b4ffe61f3ed23bb1f91c119ced4962f73de9a41a Mon Sep 17 00:00:00 2001 From: mpuebla Date: Fri, 16 Aug 2019 12:00:10 -0300 Subject: [PATCH] Arreglo en pantallo de pagos. --- src/app/app-routing.module.ts | 2 +- .../confirmacion-carrito.component.html | 119 ++++++++++++++++----- src/app/components/header/header.component.html | 2 +- 3 files changed, 95 insertions(+), 28 deletions(-) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 324a3db..a039787 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -12,13 +12,13 @@ const routes: Routes = [ { path: '', component: HomeComponent }, { path: 'home', component: HomeComponent }, { path: 'abm-imagenes', component: AmbImagenesComponent }, + { path: 'confirmacion-carrito', component: ConfirmacionCarritoComponent }, { path: '', component: MasterComponent, children: [ { path: 'inicio', component: InicioComponent }, { path: 'busqueda-productos', component: BusquedaProductosComponent }, - { path: 'confirmacion-carrito', component: ConfirmacionCarritoComponent }, { path: 'pago', component: PagoComponent } ] }, diff --git a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html index 23b64f0..6c395a0 100644 --- a/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html +++ b/src/app/components/confirmacion-carrito/confirmacion-carrito.component.html @@ -1,42 +1,109 @@ -
-
+
+
+ + +
-

Pago

+

+ Pagar + +

-
-
-

Mi Compra

-
-
-

¿Desea finalizar su compra?

-

Por favor, controle y confirme su compra.

-
-
- -
-
-
- -
-

{{producto.variable}}

-
-

ASDASDSADASDSA

-

COD. 1222

-

$ 563

+
+
+ + +
+
+

Mi Compra + +

+
+
+

¿Desea finalizar su compra?

+

Por favor, controle y confirme su compra.

+
+
+ +
+ +
+
+
+
+ +
+

ZARAZA

+
+
+
+

ZARAZA DETALLE

+

COD. 5656

+
+
+
+

{{20 | currency}}

+
+
+
+
+
+
+
+ +
+
+ +
+
+
+

Su Ticket

+

+ Ticket detalle. +

+

+ Total {{230 | currency}} +

+
+
+
+ +
+ +
+
+
+
+ + + +
+
+
-
-
-

TOTAL: $553

+
+ +
+
diff --git a/src/app/components/header/header.component.html b/src/app/components/header/header.component.html index ec55ddc..3731a7a 100644 --- a/src/app/components/header/header.component.html +++ b/src/app/components/header/header.component.html @@ -1,4 +1,4 @@ -
+
-- 1.9.1