fix postage display

This commit is contained in:
Etienne Roudeix
2013-09-17 19:52:20 +02:00
parent 0d1c6cf8cb
commit 347e5e5089

View File

@@ -149,7 +149,7 @@
<th class="total">Total <abbr title="Tax Inclusive">TTC</abbr></th>
<td class="total">
<div class="total-price">
<span class="price">{currency attr="symbol"} {cart attr="total_taxed_price"}</span>
<span class="price">{currency attr="symbol"} {{cart attr="total_taxed_price"} + {order attr="postage"}}</span>
</div>
</td>
</tr>