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