Jacques Le Roux created OFBIZ-4834:
-------------------------------------- Summary: Continue shopping does not worl Key: OFBIZ-4834 URL: https://issues.apache.org/jira/browse/OFBIZ-4834 Project: OFBiz Issue Type: Bug Components: specialpurpose/ecommerce Affects Versions: SVN trunk Reporter: Jacques Le Roux After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258802#comment-13258802 ] Jacques Le Roux commented on OFBIZ-4834: ---------------------------------------- I checked, this is not related to http://svn.apache.org/viewvc?rev=1328205&view=rev > Continue shopping does not worl > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4834: ----------------------------------- Summary: Continue shopping does not work (was: Continue shopping does not worl) Typo in desc. > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258839#comment-13258839 ] Jacques Le Roux commented on OFBIZ-4834: ---------------------------------------- It's related to be logged in or not. If you log out the bug does not reproduce... to be continued... > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258840#comment-13258840 ] Jacques Le Roux commented on OFBIZ-4834: ---------------------------------------- And this is only after submitting a 1st order. If you logout after and try again, you stay on the main page. > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Jain updated OFBIZ-4834: ------------------------------ Attachment: OFBIZ-4834.patch Hi Jacques, This is happening because we have used save-current-view="true" for "quickCheckout" request and in the addItem request we are using view-last that's why its redirecting to quickCheckout after adding item. Attached patch will resolve the issue. > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > Attachments: OFBIZ-4834.patch > > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4834. ---------------------------------- Resolution: Fixed Fix Version/s: Release Branch 12.04 SVN trunk Release Branch 11.04 Assignee: Jacques Le Roux Thanks Ankit, Your patch is in trunk r1335347 R12.04 r1335348 R11.04 r1335349 Unfortunately and not related(?) Quick Checkout in R10.04 does not work at all :/ I will open another Jira... > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04 > > Attachments: OFBIZ-4834.patch > > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270262#comment-13270262 ] Ankit Jain commented on OFBIZ-4834: ----------------------------------- Thanks Jacques :) > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04 > > Attachments: OFBIZ-4834.patch > > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13270280#comment-13270280 ] Jacques Le Roux commented on OFBIZ-4834: ---------------------------------------- Backported also in R10.04 at r1335360. Thanks to Ankit's help > Continue shopping does not work > ------------------------------- > > Key: OFBIZ-4834 > URL: https://issues.apache.org/jira/browse/OFBIZ-4834 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04 > > Attachments: OFBIZ-4834.patch > > > After submitting an order using quick checkout, when you want to add products from main page (using Continue shopping or not), at the 1st product you add you get directly to quick checkout and would have to get back to the main page to add another product -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |