coupons effect are recalculated after each product's cart modification. Fix #237

This commit is contained in:
Manuel Raynaud
2014-03-03 17:40:54 +01:00
parent c30abacfbc
commit 06539ad9bf
7 changed files with 32 additions and 8 deletions

View File

@@ -124,7 +124,7 @@
<th class="total">{intl l="Total"}</th>
<td class="total">
<div class="total-price">
<span class="price">{cart attr="total_taxed_price"} {currency attr="symbol"}</span>
<span class="price">{cart attr="total_taxed_price_without_discount"} {currency attr="symbol"}</span>
</div>
</td>
</tr>