|
jQuery ecommerce onepagecheckout issue
-------------------------------------- Key: OFBIZ-4067 URL: https://issues.apache.org/jira/browse/OFBIZ-4067 Project: OFBiz Issue Type: Sub-task Components: specialpurpose/ecommerce Affects Versions: SVN trunk Reporter: Sascha Rodekamp Fix For: SVN trunk Rohit reported a bug in the jQuery implementation (ecommerce) {quote} hi.. with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: 1) the remove item link does not work in the shoppingcart panel, and 2) the cart is not updated if cart quantity is changed or promo codes are entered. Rohit {quote} Thanks Rhoit, i fix this next week. Cheers Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-4067: ----------------------------------- Attachment: OFBIZ-4067_FixOnePageCheckout.patch > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973179#action_12973179 ] Sascha Rodekamp commented on OFBIZ-4067: ---------------------------------------- And here is the patch file. Cheers Sascha > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
Hi Sascha,
i just tried your patch...although it fixes the errors for removing the item and for applying the promo code...i think it still does not fully solve the problem when the quantities in the shopping cart are changed. it works, when the quantity is changed for the first time...but if you change it again it does not work. for eg..if you add 4 of products X to the cart..and then change the quantity to 6...the shopping cart is correctly updated. However..if you change the quantity again to any number..the cart is not updated. you have to move to step 2 and then back to the cart to edit the quantity...if effect you can change the cart only once.. i think a customer should be able to change the quantity any number of times, before moving to the next step. thanks, rohit |
|
In reply to this post by Nicolas Malin (Jira)
Hi Sascha,
i just found that the onepagecheckout does not work at all with 'internet explorer'. i tried with IE & and their is no response at all. the cart in not updated and neither does it move to the next step. thanks Rohit |
|
Administrator
|
Please Rohit,
Add rather your comments directly in the Jira, it's better for history but not only I did it for you for the 2 last Thanks Jacques From: "rohit" <[hidden email]> > Hi Sascha, > > i just found that the onepagecheckout does not work at all with 'internet > explorer'. i tried with IE & and their is no response at all. the cart in > not updated and neither does it move to the next step. > > thanks > > Rohit > > > ----- > http://www.saanjhi.com saanjhi.com > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/jira-Created-OFBIZ-4067-jQuery-ecommerce-onepagecheckout-issue-tp3094351p3095502.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973506#action_12973506 ] Jacques Le Roux commented on OFBIZ-4067: ---------------------------------------- {quote} Hi Sascha, i just tried your patch...although it fixes the errors for removing the item and for applying the promo code...i think it still does not fully solve the problem when the quantities in the shopping cart are changed. it works, when the quantity is changed for the first time...but if you change it again it does not work. for eg..if you add 4 of products X to the cart..and then change the quantity to 6...the shopping cart is correctly updated. However..if you change the quantity again to any number..the cart is not updated. you have to move to step 2 and then back to the cart to edit the quantity...if effect you can change the cart only once.. i think a customer should be able to change the quantity any number of times, before moving to the next step. thanks, rohit {quote} > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973507#action_12973507 ] Jacques Le Roux commented on OFBIZ-4067: ---------------------------------------- {quote} Hi Sascha, i just found that the onepagecheckout does not work at all with 'internet explorer'. i tried with IE & and their is no response at all. the cart in not updated and neither does it move to the next step. thanks Rohit {quote} > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973509#action_12973509 ] Sascha Rodekamp commented on OFBIZ-4067: ---------------------------------------- Hi guys, ok i will check today and to fix the issues. Thanks for reporting. Sascha > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-4067: ----------------------------------- Attachment: OFBIZ-4067_FixOnePageCheckout.patch There was a caching problem in the IE, that's way the second change doesn't work. I also fix an issue for the IE7 Works now in IE 7 & 8 and FF as well Cheers Sascha > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch, OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974209#action_12974209 ] Rohit Sureka commented on OFBIZ-4067: ------------------------------------- HI Sascha, i tried your latest patch and it works really fine. The issues reported in this Jira, have now been addressed. There however needs some more work to be done in onePageCheckout, like showing multiple addresses as options to a returning customer and also supporting multiple payment options supported by ofbiz and not just credit card. I am not sure, if these features requests should be enlisted in this Jira, as they were never part of the original onepagecheckout, in the first place. Thanks for the great work. Rohit > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch, OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974276#action_12974276 ] Sascha Rodekamp commented on OFBIZ-4067: ---------------------------------------- Hi Rohit, thanks for your testing. I think this patch can be commited and the task can be closed. For the other things we can open a new task, because the describes function are not related to this bug .. that keeps things clear. Have a good day Sascha > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch, OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4067. ---------------------------------- Resolution: Fixed Assignee: Jacques Le Roux Thanks Sascha and Rohit, Sascha your patch is in trunk at r1056672 Thanks Rohit for testing! > jQuery ecommerce onepagecheckout issue > -------------------------------------- > > Key: OFBIZ-4067 > URL: https://issues.apache.org/jira/browse/OFBIZ-4067 > Project: OFBiz > Issue Type: Sub-task > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Sascha Rodekamp > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: OFBIZ-4067_FixOnePageCheckout.patch, OFBIZ-4067_FixOnePageCheckout.patch > > > Rohit reported a bug in the jQuery implementation (ecommerce) > {quote} > hi.. > with the jQuery branch being merged into the trunk, 2 new issues have been identified in the onepagecheckout, and they are: > 1) the remove item link does not work in the shoppingcart panel, and > 2) the cart is not updated if cart quantity is changed or promo codes are entered. > Rohit > {quote} > Thanks Rhoit, i fix this next week. > Cheers > Sascha -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free forum by Nabble | Edit this page |
