From ee1c803262666c5307671d3a6412ccddc730a5c6 Mon Sep 17 00:00:00 2001 From: zheyakush Date: Thu, 4 Dec 2014 15:58:07 +0200 Subject: [PATCH] Added shipping amount in order datail page --- app/themes/default/views/order/edit.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/themes/default/views/order/edit.html b/app/themes/default/views/order/edit.html index 2230754c..0dec5187 100644 --- a/app/themes/default/views/order/edit.html +++ b/app/themes/default/views/order/edit.html @@ -54,7 +54,10 @@
Ship to:
{{order.subtotal | currency}} Subtotal: -
+
+ {{order.shipping_amount | currency}} + Shipping: +
{{order.tax_amount | currency}} Tax: