Author: jleroux
Date: Fri Apr 6 21:06:48 2018
New Revision: 1828569
URL:
http://svn.apache.org/viewvc?rev=1828569&view=revLog:
Fixed: One Page Checkout page cannot move to Step 5 due to javascript errors
(OFBIZ-10329)
I was trying to give one page checkout a try..
But seems like no matter which browser(used IE & Chrome) or version of ofbiz
(used 17.12 and trunk demo) is used, one cannot go beyond Step 4 : Billing.
I.e. when you click on continue to step 5 we encounter some javascript exception
which makes the checkout process hit the wall.
For actual error messges etc. please refer to screenshot attached.
Thanks: Sameer Gajanan Apte
Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml?rev=1828569&r1=1828568&r2=1828569&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/CommonScreens.xml Fri Apr 6 21:06:48 2018
@@ -48,6 +48,7 @@ under the License.
<set field="layoutSettings.javaScripts[+0]" value="/common/js/jquery/plugins/datetimepicker/jquery-ui-timepicker-addon-1.6.3.min.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]" value="/common/js/jquery/ui/jquery-ui-1.12.1.min.js" global="true"/>
+ <set field="layoutSettings.javaScripts[+0]" value="/common/js/jquery/plugins/validate/additional-methods.min.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]" value="/common/js/jquery/plugins/validate/jquery.validate.min.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]" value="/common/js/jquery/plugins/browser-plugin/jquery.browser-0.1.0.min.js" global="true"/>
<set field="layoutSettings.javaScripts[+0]" value="/common/js/jquery/jquery-migrate-3.0.0.min.js" global="true"/>