diff --git a/docs/img/online-boutique-frontend-1.png b/docs/img/online-boutique-frontend-1.png index 476ecc8..8ea6e89 100644 Binary files a/docs/img/online-boutique-frontend-1.png and b/docs/img/online-boutique-frontend-1.png differ diff --git a/docs/img/online-boutique-frontend-2.png b/docs/img/online-boutique-frontend-2.png index ee3d2ad..009ae34 100644 Binary files a/docs/img/online-boutique-frontend-2.png and b/docs/img/online-boutique-frontend-2.png differ diff --git a/src/frontend/templates/cart.html b/src/frontend/templates/cart.html index e7fa724..9e1c652 100755 --- a/src/frontend/templates/cart.html +++ b/src/frontend/templates/cart.html @@ -29,7 +29,6 @@ -

Begin range items

{{ range $.items }}
@@ -50,9 +49,6 @@
{{ end }} -

End range items

- -

Begin checkout

Shipping Cost: {{ renderMoney .shipping_cost }}

@@ -150,7 +146,6 @@
-

End checkout, if items

{{ end }} diff --git a/src/frontend/templates/home.html b/src/frontend/templates/home.html index 1461ec2..d04a4d5 100755 --- a/src/frontend/templates/home.html +++ b/src/frontend/templates/home.html @@ -40,9 +40,6 @@ {{ end }} -
- icon -
diff --git a/src/frontend/templates/product.html b/src/frontend/templates/product.html index 31092af..f1ceb2a 100755 --- a/src/frontend/templates/product.html +++ b/src/frontend/templates/product.html @@ -17,7 +17,7 @@

{{$.product.Item.Name}}

- - {{ renderMoney $.product.Price}} - + {{ renderMoney $.product.Price}}

Product Description: