I just downloaded the latest version of ofbiz and the Quick Checkout still can't "fire" submit Order under Internet Explorer. Does OFBIZ actually have plan to abandone Quick Checkout so there has had no resource allocated to solve the problem. In fact, I think Quick Checkout is an excellent feature welcomed by online shoppers.
Todd and Abhishake's work around somehow allows "submit order" under IE even when there is no shipping method selected. Ken288 wrote: > > Hello Todd & Abhishake, > > I added processord() and processord1() and the variable "flag" to several > related annoymous quick checkout ftl. The "submit order" gets through IE > and the order is created but there is a serious defect - the payment > option is not captured! > > I must have done something wrong. > > In addition, what is the purpose of processord() function which is empty? > > I would be most appreciated if you could kindly help me to fix the issue. > > Best Regards. > > Kenrick > > > > Abhishake Agarwal wrote: >> >> Yes that was the workaround I have to do to make it work. >> >> On Wed, Oct 29, 2008 at 2:04 AM, Todd Burdeinei >> <[email protected]>wrote: >> >>> I found a new function called processOrd1 on line 675 of the html source >>> that appears to rework the form submission process. That function is >>> called >>> along with processOrd on line 581 that appears to be empty. There are >>> also >>> some variables called flag that you have set. >>> Is this what you were referring to? >>> >>> I also found alot of ajax code but didnt seem like it was related. >>> Dojo.js >>> itself is unaltered. >>> >>> On Tue, Oct 28, 2008 at 10:51 AM, Abhishake Agarwal < >>> [email protected]> wrote: >>> >>> > Yes it will not work, Now you should the modify dojo code in it, look >>> at >>> > http://www.ibaazar.com/ how I have modified the dojo code and made it >>> > working. >>> > >>> > On Tue, Oct 28, 2008 at 12:13 AM, Todd Burdeinei <[email protected] >>> > >wrote: >>> > >>> > > Hello Abhishake, >>> > > Removed the Jquery code, no js error now, but quick anon checkout >>> still >>> > > doesnt complete. >>> > > Thank you >>> > > Todd >>> > > >>> > > On Mon, Oct 27, 2008 at 3:34 AM, Abhishake Agarwal < >>> > > [email protected]> wrote: >>> > > >>> > > > Hi, >>> > > > >>> > > > I want to know have you included Jquery in obiz, I think it is >>> because >>> > of >>> > > > it. >>> > > > >>> > > > Regards, >>> > > > Abhishake >>> > > > >>> > > > >>> > > > On Mon, Oct 27, 2008 at 1:27 PM, Todd Burdeinei < >>> [email protected] >>> > > > >wrote: >>> > > > >>> > > > > Yes- I've seen the problem with anonymous quick checkout also. >>> > > > > Microsoft script debugger says there is an error in prototype.js >>> on >>> > > line >>> > > > > 3938- I'm not sure if its related to this issue though. >>> > > > > >>> > > > > if (document.createEvent) { >>> > > > > element.dispatchEvent(event); >>> > > > > } else { >>> > > > > element.fireEvent(event.eventType, event); >>> > > > > } >>> > > > > >>> > > > > -- >>> > > > > Todd Burdeinei >>> > > > > Web Developer >>> > > > > >>> > > > > On Sun, Oct 26, 2008 at 1:12 AM, Abhishake Agarwal < >>> > > > > [email protected]> wrote: >>> > > > > >>> > > > > > Hi Harkomal, >>> > > > > > >>> > > > > > Are you talking about anonymous quick checkout? >>> > > > > > If so there might be problem with dojo use in it as I have >>> also >>> > faced >>> > > > the >>> > > > > > same problem. >>> > > > > > >>> > > > > > Regards, >>> > > > > > Abhishake >>> > > > > > >>> > > > > > On Sat, Oct 25, 2008 at 10:07 AM, Pal InfoCom Technologies < >>> > > > > > [email protected]> wrote: >>> > > > > > >>> > > > > > > >>> > > > > > > Hello members, >>> > > > > > > >>> > > > > > > As a ofbiz user i want to place an order in ofbiz, normal >>> > checkout >>> > > > with >>> > > > > > > user >>> > > > > > > login is working fine in both Firefox and Internet Explorer >>> , >>> but >>> > > > > during >>> > > > > > > "QuickCheckout" all the steps are working fine but i face >>> problem >>> > > in >>> > > > > > final >>> > > > > > > step under Internet Explorer (working fine in Firefox), at >>> > > "Checkout >>> > > > > > > Review" >>> > > > > > > page when i press "submit" button at bottom of page, IE does >>> not >>> > > show >>> > > > > any >>> > > > > > > processing and shows error in javascript with no detail at >>> all >>> > and >>> > > > also >>> > > > > > > does >>> > > > > > > not place order. >>> > > > > > > >>> > > > > > > Please help me regarding this problem. >>> > > > > > > >>> > > > > > > Thanks, >>> > > > > > > >>> > > > > > > Harkomal >>> > > > > > > >>> > > > > > > >>> > > > > > > >>> > > > > > > >>> > > > > > > -- >>> > > > > > > View this message in context: >>> > > > > > > >>> > > > > > >>> > > > > >>> > > > >>> > > >>> > >>> http://www.nabble.com/Problem-in-Quick-Checkout-under-IE-tp20161283p20161283.html >>> > > > > > > Sent from the OFBiz - User mailing list archive at >>> Nabble.com. >>> > > > > > > >>> > > > > > > >>> > > > > > >>> > > > > >>> > > > >>> > > >>> > > >>> > > >>> > > -- >>> > > Todd Burdeinei >>> > > Web Developer >>> > > Burdeinei Corp >>> > > 702-259-3273 office / fax number >>> > > 702-372-9920 cell >>> > > [email protected] >>> > > >>> > >>> >>> >>> >>> -- >>> Todd Burdeinei >>> Web Developer >>> Burdeinei Corp >>> 702-259-3273 office / fax number >>> 702-372-9920 cell >>> [email protected] >>> >> >> > > -- View this message in context: http://www.nabble.com/Problem-in-Quick-Checkout-under-IE-tp20161283p25798765.html Sent from the OFBiz - User mailing list archive at Nabble.com.
