Author: jleroux
Date: Fri Apr  6 21:07:54 2018
New Revision: 1828570

URL: http://svn.apache.org/viewvc?rev=1828570&view=rev
Log:
"Applied fix from plugins for revision: 1828569  " 
------------------------------------------------------------------------
r1828569 | jleroux | 2018-04-06 23:06:48 +0200 (ven., 06 avr. 2018) | 12 lines

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/branches/release17.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/CommonScreens.xml

Propchange: ofbiz/ofbiz-plugins/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Apr  6 21:07:54 2018
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654
+/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646,1824648,1824650,1824654,1828569

Modified: 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/CommonScreens.xml?rev=1828570&r1=1828569&r2=1828570&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/CommonScreens.xml 
(original)
+++ 
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/widget/CommonScreens.xml 
Fri Apr  6 21:07:54 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"/>


Reply via email to