svn commit: r682626 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

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

svn commit: r682626 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

mor-2
Author: mor
Date: Tue Aug  5 01:13:55 2008
New Revision: 682626

URL: http://svn.apache.org/viewvc?rev=682626&view=rev
Log:
Misc. cleanup - Reported by Anil Patel

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl?rev=682626&r1=682625&r2=682626&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl Tue Aug  5 01:13:55 2008
@@ -91,10 +91,7 @@
                         <td><div align="right"><b>${uiLabelMap.OrderShippingAndHandling}:</b></div></td>
                         <td>
                           <div id="completedCartTotalShipping" align="right">
-                            <#if (shoppingCart.getTotalShipping() > 0.0)>
-                              <@ofbizCurrency amount=shoppingCart.getTotalShipping() isoCode=shoppingCart.getCurrency()/>
-                            <#else>$0.00
-                            </#if>
+                            <@ofbizCurrency amount=shoppingCart.getTotalShipping() isoCode=shoppingCart.getCurrency()/>
                           </div>
                         </td>
                       </tr>
@@ -103,10 +100,7 @@
                         <td><div align="right"><b>${uiLabelMap.OrderSalesTax}:</b></div></td>
                         <td>
                           <div id="completedCartTotalSalesTax" align="right">
-                            <#if (shoppingCart.getTotalSalesTax() > 0.0)>
-                              <@ofbizCurrency amount=shoppingCart.getTotalSalesTax() isoCode=shoppingCart.getCurrency()/>
-                            <#else>$0.00
-                            </#if>
+                            <@ofbizCurrency amount=shoppingCart.getTotalSalesTax() isoCode=shoppingCart.getCurrency()/>
                           </div>
                         </td>
                       </tr>
@@ -216,10 +210,7 @@
                                 <td><div align="right"><b>${uiLabelMap.OrderShippingAndHandling}:</b></div></td>
                                 <td>
                                   <div id="cartTotalShipping" align="center">
-                                    <#if (shoppingCart.getTotalShipping() > 0.0)>
-                                      <@ofbizCurrency amount=shoppingCart.getTotalShipping() isoCode=shoppingCart.getCurrency()/>
-                                    <#else>$0.00
-                                    </#if>
+                                    <@ofbizCurrency amount=shoppingCart.getTotalShipping() isoCode=shoppingCart.getCurrency()/>
                                   </div>
                                 </td>
                               </tr>
@@ -228,10 +219,7 @@
                                 <td><div align="right"><b>${uiLabelMap.OrderSalesTax}:</b></div></td>
                                 <td>
                                   <div id="cartTotalSalesTax" align="center">
-                                    <#if (shoppingCart.getTotalSalesTax() > 0.0)>
-                                      <@ofbizCurrency amount=shoppingCart.getTotalSalesTax() isoCode=shoppingCart.getCurrency()/>
-                                    <#else>$0.00
-                                    </#if>
+                                    <@ofbizCurrency amount=shoppingCart.getTotalSalesTax() isoCode=shoppingCart.getCurrency()/>
                                   </div>
                                 </td>
                               </tr>