svn commit: r504458 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

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

svn commit: r504458 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

lektran
Author: lektran
Date: Wed Feb  7 00:14:07 2007
New Revision: 504458

URL: http://svn.apache.org/viewvc?view=rev&rev=504458
Log:
Fixed a bug in order manager's quick finalize order which was causing shipping costs to be left off the order. Reported by Rohit Sureka (OFBIZ-690)

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?view=diff&rev=504458&r1=504457&r2=504458
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Wed Feb  7 00:14:07 2007
@@ -586,7 +586,7 @@
     </request-map>
 
     <!-- For checkout steps that use finalizeOrder: This request chain is for calculating shipping & tax before getting to the payments page, so that the visitor
-     will know the full shipping & tax charges when trying to split payments between various payment methods -->
+        will know the full shipping & tax charges when trying to split payments between various payment methods -->
     <request-map uri="calcShippingBeforePayment">
         <security direct-request="false"/>
         <event type="java" path="org.ofbiz.order.shoppingcart.shipping.ShippingEvents" invoke="getShipEstimate"/>
@@ -624,7 +624,7 @@
     <request-map uri="checkout">
         <security https="true" auth="true"/>
         <event type="java" path="org.ofbiz.order.shoppingcart.CheckOutEvents" invoke="setQuickCheckOutOptions"/>
-        <response name="success" type="view" value="confirm"/>
+        <response name="success" type="request" value="calcShipping"/>
         <response name="error" type="request" value="orderentry"/>
     </request-map>
     <request-map uri="createPostalAddressAndPurpose">