[OFBiz] SVN: r5950 -
trunk/applications/ecommerce/webapp/ecommerce/WEB-INF
sichen at svn.ofbiz.org
sichen at svn.ofbiz.org
Wed Oct 12 19:25:11 EDT 2005
Author: sichen
Date: 2005-10-12 18:25:08 -0500 (Wed, 12 Oct 2005)
New Revision: 5950
Modified:
trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
Log:
Fixes broken checkout without login. There was an addparty request which was not supported
Modified: trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml
===================================================================
--- trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 2005-10-12 23:23:13 UTC (rev 5949)
+++ trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/controller.xml 2005-10-12 23:25:08 UTC (rev 5950)
@@ -379,6 +379,7 @@
<response name="shipping" type="view" value="shipsetting"/>
<response name="options" type="view" value="optionsetting"/>
<response name="payment" type="view" value="billsetting"/>
+ <response name="addparty" type="view" value="checkoutreview"/> <!-- this actually wants to go to a page to set another party, but for ecommerce we'll skip it and go to review and checkout -->
<response name="paysplit" type="view" value="checkoutpayment"/>
<response name="sales" type="request" value="calcShipping"/>
<response name="error" type="request" value="finalizeOrderError"/>
More information about the Svn
mailing list