[-] FO : Fix bug #PSCFV-9669, update total price on order-payment
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
{/if}
|
||||
</td>
|
||||
<td class="price total_price_container" id="total_price_container">
|
||||
<span>{displayPrice price=$total_price}</span>
|
||||
<span id="total_price">{displayPrice price=$total_price}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{else}
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
</td>
|
||||
<td colspan="2" class="price total_price_container" id="total_price_container">
|
||||
<p>{l s='Total'}</p>
|
||||
<span>{displayPrice price=$total_price}</span>
|
||||
<span id="total_price">{displayPrice price=$total_price}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{else}
|
||||
|
||||
Reference in New Issue
Block a user