diff --git a/src/components/ShoppingStatus.vue b/src/components/ShoppingStatus.vue new file mode 100644 index 0000000..f85b6ae --- /dev/null +++ b/src/components/ShoppingStatus.vue @@ -0,0 +1,104 @@ + + + + + + + + Mi Compra + + + + Tienes {{articulos.length}} Articulo(s) + mostrar detalles + + + + + + {{articulo.nombre}} + + {{articulo.cantidad}}pz. + ${{articulo.precio * articulo.cantidad}} + + + + + + ocultar detalles + + + + + + Subtotal + ${{SubTotal}} + + + + Envio + ${{Envio}} + + + + + Total + ${{Total}} + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/view/PersonalData.vue b/src/view/PersonalData.vue index 61ca7f3..b653cd0 100644 --- a/src/view/PersonalData.vue +++ b/src/view/PersonalData.vue @@ -14,8 +14,9 @@ -
Tienes {{articulos.length}} Articulo(s)
{{articulo.nombre}}
{{articulo.cantidad}}pz.
${{articulo.precio * articulo.cantidad}}
Subtotal
${{SubTotal}}
Envio
${{Envio}}
Total
${{Total}}