diff --git a/template/ngCart/cart.html b/template/ngCart/cart.html
old mode 100644
new mode 100755
index 4b1d6a0..dacd852
--- a/template/ngCart/cart.html
+++ b/template/ngCart/cart.html
@@ -47,7 +47,7 @@
|
{{ item.getQuantity() | number }}
- |
+
{{ item.getPrice() | currency}} |
{{ item.getTotal() | currency }} |
diff --git a/template/ngCart/checkout.html b/template/ngCart/checkout.html
old mode 100644
new mode 100755
diff --git a/template/ngCart/summary.html b/template/ngCart/summary.html
old mode 100644
new mode 100755
diff --git a/template/troggle.html b/template/troggle.html
new file mode 100755
index 0000000..26b0e19
--- /dev/null
+++ b/template/troggle.html
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file