Author: jleroux
Date: Wed Sep 9 21:27:57 2009
New Revision: 813126
URL:
http://svn.apache.org/viewvc?rev=813126&view=revLog:
For the sake of consistency (needed in case of tax included in price)
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl?rev=813126&r1=813125&r2=813126&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl Wed Sep 9 21:27:57 2009
@@ -161,7 +161,7 @@
<table>
<thead>
<tr>
- <th></th>
+ <th></th>
<th scope="row">${uiLabelMap.OrderProduct}</th>
<#if asslGiftWraps?has_content && productStore.showCheckoutGiftOptions?if_exists != "N">>
<th scope="row">
@@ -324,7 +324,7 @@
<#if shoppingCart.getAdjustments()?has_content>
<tr>
<th>${uiLabelMap.CommonSubTotal}:</th>
- <td><@ofbizCurrency amount=shoppingCart.getSubTotal() isoCode=shoppingCart.getCurrency()/></td>
+ <td><@ofbizCurrency amount=shoppingCart.getDisplaySubTotal() isoCode=shoppingCart.getCurrency()/></td>
<td> </td>
</tr>
<#list shoppingCart.getAdjustments() as cartAdjustment>