svn commit: r813126 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r813126 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/cart/showcart.ftl

jleroux@apache.org
Author: jleroux
Date: Wed Sep  9 21:27:57 2009
New Revision: 813126

URL: http://svn.apache.org/viewvc?rev=813126&view=rev
Log:
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>&nbsp;</td>
               </tr>
             <#list shoppingCart.getAdjustments() as cartAdjustment>