Unexpected behavior on the Checkout page
---------------------------------------- Key: OFBIZ-2375 URL: https://issues.apache.org/jira/browse/OFBIZ-2375 Project: OFBiz Issue Type: Bug Components: specialpurpose/ecommerce Affects Versions: Release Branch 9.04, SVN trunk Reporter: Ashish Nagar Fix For: Release Branch 9.04, SVN trunk When there is more than one Product item in the cart with some quantity, then while putting the quantity-box empty, there comes a "(required)" message. At this moment, if the item is removed by clicking on the remove image, then that item is removed from the Cart and all the quantities (sub-total, total et.c) are updated. But then also the item is displayed on the Checkout page at that time. -- 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-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Nagar updated OFBIZ-2375: -------------------------------- Attachment: checkoutProcess.js.patch This patch will remove the item from Checkout page, also if the quantity box is left empty. Thanks, -- Ashish Nagar > Unexpected behavior on the Checkout page > ---------------------------------------- > > Key: OFBIZ-2375 > URL: https://issues.apache.org/jira/browse/OFBIZ-2375 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Ashish Nagar > Fix For: Release Branch 9.04, SVN trunk > > Attachments: checkoutProcess.js.patch > > > When there is more than one Product item in the cart with some quantity, then while putting the quantity-box empty, there comes a "(required)" message. At this moment, if the item is removed by clicking on the remove image, then that item is removed from the Cart and all the quantities (sub-total, total et.c) are updated. But then also the item is displayed on the Checkout page at that time. -- 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-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703536#action_12703536 ] Pranay Pandey commented on OFBIZ-2375: -------------------------------------- Thanks Ashish, I checked this behavior seems right to me. When no quantity is there validating the field is good because update quantity works from quantity box but at this moment if user clicks on Remove then the item should get deleted from the cart and should not be shown any more. > Unexpected behavior on the Checkout page > ---------------------------------------- > > Key: OFBIZ-2375 > URL: https://issues.apache.org/jira/browse/OFBIZ-2375 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Ashish Nagar > Fix For: Release Branch 9.04, SVN trunk > > Attachments: checkoutProcess.js.patch > > > When there is more than one Product item in the cart with some quantity, then while putting the quantity-box empty, there comes a "(required)" message. At this moment, if the item is removed by clicking on the remove image, then that item is removed from the Cart and all the quantities (sub-total, total et.c) are updated. But then also the item is displayed on the Checkout page at that time. -- 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-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-2375: ------------------------------------------ Assignee: Ashish Vijaywargiya > Unexpected behavior on the Checkout page > ---------------------------------------- > > Key: OFBIZ-2375 > URL: https://issues.apache.org/jira/browse/OFBIZ-2375 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Ashish Nagar > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: checkoutProcess.js.patch > > > When there is more than one Product item in the cart with some quantity, then while putting the quantity-box empty, there comes a "(required)" message. At this moment, if the item is removed by clicking on the remove image, then that item is removed from the Cart and all the quantities (sub-total, total et.c) are updated. But then also the item is displayed on the Checkout page at that time. -- 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-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-2375. -------------------------------------- Resolution: Fixed Thanks Ashish Nagar for your contribution & special thanks to Pranay. Patch is in trunk & release branch 9.04 at rev 769309 & 769311 respectively. -- Ashish Vijaywargiya > Unexpected behavior on the Checkout page > ---------------------------------------- > > Key: OFBIZ-2375 > URL: https://issues.apache.org/jira/browse/OFBIZ-2375 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Ashish Nagar > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: checkoutProcess.js.patch > > > When there is more than one Product item in the cart with some quantity, then while putting the quantity-box empty, there comes a "(required)" message. At this moment, if the item is removed by clicking on the remove image, then that item is removed from the Cart and all the quantities (sub-total, total et.c) are updated. But then also the item is displayed on the Checkout page at that time. -- 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-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur updated OFBIZ-2375: ------------------------------- Summary: Unexpected behavior of Shopping Cart panel on one page checkout (was: Unexpected behavior on the Checkout page) > Unexpected behavior of Shopping Cart panel on one page checkout > --------------------------------------------------------------- > > Key: OFBIZ-2375 > URL: https://issues.apache.org/jira/browse/OFBIZ-2375 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ecommerce > Affects Versions: Release Branch 9.04, SVN trunk > Reporter: Ashish Nagar > Assignee: Ashish Vijaywargiya > Fix For: Release Branch 9.04, SVN trunk > > Attachments: checkoutProcess.js.patch > > > When there is more than one Product item in the cart with some quantity, then while putting the quantity-box empty, there comes a "(required)" message. At this moment, if the item is removed by clicking on the remove image, then that item is removed from the Cart and all the quantities (sub-total, total et.c) are updated. But then also the item is displayed on the Checkout page at that time. -- 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 |