diff --git a/template/ngCart/cart.html b/template/ngCart/cart.html
index 4b1d6a0..f69d0ec 100644
--- a/template/ngCart/cart.html
+++ b/template/ngCart/cart.html
@@ -47,7 +47,8 @@
|
{{ item.getQuantity() | number }}
- |
+
{{ item.getPrice() | currency}} |
{{ item.getTotal() | currency }} |