Skip to content

Commit

Permalink
Added shipping amount in order datail page
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyakush committed Dec 4, 2014
1 parent 9159888 commit ee1c803
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/themes/default/views/order/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ <h6>Ship to:</h6>
<div class="od-total">
<span>{{order.subtotal | currency}}</span>
<span>Subtotal:</span>
<div class="clear"></div>
<div class="clear"></div>
<span>{{order.shipping_amount | currency}}</span>
<span>Shipping:</span>
<div class="clear"></div>
<span>{{order.tax_amount | currency}}</span>
<span>Tax:</span>
<div class="clear"></div>
Expand Down

1 comment on commit ee1c803

@vastbinderj
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Please sign in to comment.