diff --git a/src/app/admin/orderTable.component.html b/src/app/admin/orderTable.component.html index 4cccfcc..bcc43c6 100644 --- a/src/app/admin/orderTable.component.html +++ b/src/app/admin/orderTable.component.html @@ -4,30 +4,52 @@ Display Shipped Orders -
Name | Zip | Cart | |||||||
---|---|---|---|---|---|---|---|---|---|
Id | +Name | +Address | +Cart | ++ | |||||
There are no orders | +|||||||||
{{ o.id }} | +{{ o.name }} | +
+ {{ o.address}}
+ {{ o.zip}} - {{ o.city }} + {{ o.state }} + {{ o.country }} + |
+
+
+
+
+ {{ line.product.name }}
+ |
+ {{ line.product.price | currency:"USD":"symbol":"2.2-2" }} +
+ {{ line.quantity }}
+ |
+
+ {{ line.quantity*line.product.price | currency:"USD":"symbol":"2.2-2" }}
+ |
+
+
+ Total |
+
+ {{ o.cart.cartPrice | currency:"USD":"symbol":"2.2-2" }}
+ |
+ |
+
+
+
+
+
+ |
{{o.name}} | -{{o.zip}} | -Product | -Quantity | -- - - | -|||||
- | {{line.product.name}} | -{{line.quantity}} | -