Author: mor
Date: Mon Sep 1 08:07:38 2008
New Revision: 690990
URL:
http://svn.apache.org/viewvc?rev=690990&view=revLog:
Tweaking the links on one page checkout. If there is an error during processing information on a panel, replace please wait.... label back to Continue to step # (# = 2,3,4) Patch from Brajesh Patel.
Modified:
ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js
Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js?rev=690990&r1=690989&r2=690990&view=diff==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js Mon Sep 1 08:07:38 2008
@@ -259,6 +259,8 @@
Effect.Appear('shippingFormServerError');
$('shippingFormServerError').update(serverError);
isShipStepValidate = false;
+ Effect.Appear('editShippingOptions');
+ Effect.Fade('processingShippingOptions');
} else {
Effect.Fade('shippingFormServerError');
isShipStepValidate = true;
@@ -331,6 +333,8 @@
Effect.Appear('shippingOptionFormServerError');
$('shippingOptionFormServerError').update(serverError);
isShipOptionStepValidate = false;
+ Effect.Appear('editBilling');
+ Effect.Fade('processingBilling');
} else {
Effect.Fade('shippingOptionFormServerError');
isShipOptionStepValidate = true;
@@ -380,6 +384,8 @@
Effect.Appear('billingFormServerError');
$('billingFormServerError').update(serverError);
isBillStepValidate = false;
+ Effect.Appear('openOrderSubmitPanel');
+ Effect.Fade('processingOrderSubmitPanel');
} else {
Effect.Fade('billingFormServerError');
isBillStepValidate = true;