Hi,
We are running OFBiz trunk revision 736583 on Fedora 10. When doing a ( ecommerce ) webstore checkout, via a M$ XP networked PC with Internet Explorer 7, at the "Final Checkout Review", the order doesn't "register" and change to the "Order confirmation" screen. It is as if the "Submit Order" button doesn't work.... Clicking on the "Submit Order" button, whilst reviewing the console on the Fedora 10 box doesn't generate any console errors either.... Attached pic is when the order "hits" the "Final Checkout Review" window:- Yet..... doing an order on the Fedora Box with FireFox 3.0.5 works 100% correctly .... Another possible issue I noticed, is that should one only configure 1x Shipping Method, the order will also not complete, referring back to the Shipping Method selection... Creating at least 2x Shipping Methods, will allow the order to continue over to the "Order Confirmation" screen. Is this by design ? |
Administrator
|
I'm not replicating this on my own machine (which is also the alternate demo server) which is running on XP SP3 using IE7.
So I tried on demo server which is running on a Linux Box, but there I got Method public java.lang.String org.ofbiz.widget.screen.ScreenRenderer.render(java.lang.String) throws org.ofbiz.base.util.GeneralException,java.io.IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationException threw an exception when invoked on org.ofbiz.widget.screen.ScreenRenderer@b0c0a7 with arguments of types [java.lang.String,] The problematic instruction: ---------- ==> ${screens.render("component://ecommerce/widget/CatalogScreens.xml#category-include")} [on line 22, column 3 in component://ecommerce/webapp/ecommerce/main.ftl] ---------- Java backtrace for programmers: ---------- freemarker.template.TemplateModelException: Method public java.lang.String org.ofbiz.widget.screen.ScreenRenderer.render(java.lang.String) throws org.ofbiz.base.util.GeneralException,java.io.IOException,org.xml.sax.SAXException,javax.xml.parsers.ParserConfigurationException threw an exception when invoked on org.ofbiz.widget.screen.ScreenRenderer@b0c0a7 with arguments of types [java.lang.String,] at freemarker.ext.beans.OverloadedMethodModel.exec(OverloadedMethodModel.java:134) at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93) at freemarker.core.Expression.getAsTemplateModel(Expression.java:89) at freemarker.core.Expression.getStringValue(Expression.java:93) at freemarker.core.DollarVariable.accept(DollarVariable.java:76) at freemarker.core.Environment.visit(Environment.java:209) at freemarker.core.MixedContent.accept(MixedContent.java:92) at freemarker.core.Environment.visit(Environment.java:209) at freemarker.core.IfBlock.accept(IfBlock.java:82) at freemarker.core.Environment.visit(Environment.java:209) at freemarker.core.MixedContent.accept(MixedContent.java:92) at freemarker.core.Environment.visit(Environment.java:209) at freemarker.core.Environment.process(Environment.java:189) at org.ofbiz.base.util.template.FreeMarkerWorker.renderTemplate(FreeMarkerWorker.java:200) at org.ofbiz.base.util.template.FreeMarkerWorker.renderTemplate(FreeMarkerWorker.java:162) at org.ofbiz.base.util.template.FreeMarkerWorker.renderTemplateAtLocation(FreeMarkerWorker.java:136) at org.ofbiz.widget.screen.HtmlWidget.renderHtmlTemplate(HtmlWidget.java:97) at org.ofbiz.widget.screen.HtmlWidget$HtmlTemplate.renderWidgetString(HtmlWidget.java:140) at org.ofbiz.widget.screen.HtmlWidget.renderWidgetString(HtmlWidget.java:69) at org.ofbiz.widget.screen.ModelScreenWidget$PlatformSpecific.renderWidgetString(ModelScreenWidget.java:988) at org.ofbiz.widget.screen.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:137) at We will have to wait this error corrected on the server before being able to check your own issue Jacques From: "Wicus" <[hidden email]> > > Hi, > > We are running OFBiz trunk revision 736583 on Fedora 10. > > When doing a ( ecommerce ) webstore checkout, via a M$ XP networked PC with > Internet Explorer 7, at the "Final Checkout Review", the order doesn't > "register" and change to the "Order confirmation" screen. It is as if the > "Submit Order" button doesn't work.... Clicking on the "Submit Order" > button, whilst reviewing the console on the Fedora 10 box doesn't generate > any console errors either.... :confused: > > Attached pic is when the order "hits" the "Final Checkout Review" window:- > > http://www.nabble.com/file/p21603308/check-out.jpeg > > Yet..... doing an order on the Fedora Box with FireFox 3.0.5 works 100% > correctly .... %-| > > > > Another possible issue I noticed, is that should one only configure 1x > Shipping Method, the order will also not complete, referring back to the > Shipping Method selection... > > Creating at least 2x Shipping Methods, will allow the order to continue over > to the "Order Confirmation" screen. Is this by design ? > > > > -- > View this message in context: http://www.nabble.com/Order-Checkout-Issue-tp21603308p21603308.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Hi Jacques,
Just for clarity. The above scenario is not caused on two seperate OFBiz installations (i.e one on XP and another on Linux) The OFBiz installation is ONLY on the Linux box, with an XP client connecting to the Linux (server) over the LAN. Thanks Wicus |
Administrator
|
Wicus,
1) Please keep the habit to have the related message included in you post... (2d recommendation, Errare humanum est, perseverare diabolicum ;o) 2) It seems that this Jira issue is related https://issues.apache.org/jira/browse/OFBIZ-2131 (I checked on demo site it's works in IE7 if you don't use anonymous checkin, see https://demo.hotwaxmedia.com/ordermgr/control/orderview?orderId=WSCO10000) Thanks Jacques From: "Wicus" <[hidden email]> > > Hi Jacques, > > Just for clarity. > > The above scenario is not caused on two seperate OFBiz installations (i.e > one on XP and another on Linux) > > The OFBiz installation is ONLY on the Linux box, with an XP client > connecting to the Linux (server) over the LAN. > > Thanks > > Wicus > -- > View this message in context: http://www.nabble.com/Order-Checkout-Issue-tp21603308p21620808.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Hi Jacques
I was reading through this thread and was wondering if there was a way to disable anonymous checkin in ecommerce because I have a problem with it filling up the party manager with anonymous parties. It is preferable that users login rather than use the anonymous login. Regards Christopher
|
Administrator
|
Yes, simply remove the calls in ecommerce/webapp/ecommerce/login.ftl
Jacques From: "ChristopherJ" <[hidden email]> > > Hi Jacques > > I was reading through this thread and was wondering if there was a way to > disable > anonymous checkin in ecommerce because I have a problem with it filling up > the > party manager with anonymous parties. It is preferable that users login > rather > than use the anonymous login. > > Regards > Christopher > > > jacques.le.roux wrote: >> >> Wicus, >> >> 1) Please keep the habit to have the related message included in you >> post... (2d recommendation, Errare humanum est, perseverare >> diabolicum ;o) >> 2) It seems that this Jira issue is related >> https://issues.apache.org/jira/browse/OFBIZ-2131 (I checked on demo site >> it's works in >> IE7 if you don't use anonymous checkin, see >> https://demo.hotwaxmedia.com/ordermgr/control/orderview?orderId=WSCO10000) >> >> Thanks >> >> Jacques >> >> From: "Wicus" <[hidden email]> >>> >>> Hi Jacques, >>> >>> Just for clarity. >>> >>> The above scenario is not caused on two seperate OFBiz installations (i.e >>> one on XP and another on Linux) >>> >>> The OFBiz installation is ONLY on the Linux box, with an XP client >>> connecting to the Linux (server) over the LAN. >>> >>> Thanks >>> >>> Wicus >>> -- >>> View this message in context: >>> http://www.nabble.com/Order-Checkout-Issue-tp21603308p21620808.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >>> >> >> >> > > -- > View this message in context: http://www.nabble.com/Order-Checkout-Issue-tp21603308p21664511.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
Free forum by Nabble | Edit this page |