While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout)
-------------------------------------------------------------------------------------------------------------------- Key: OFBIZ-2013 URL: https://issues.apache.org/jira/browse/OFBIZ-2013 Project: OFBiz Issue Type: Bug Components: ecommerce Reporter: Rishi Solanki Priority: Minor To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. After that change the shipping address will not create any purpose for that. Change in the Billing Address will not create its purpose. Solution : - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. Regards -- Rishi Solanki -- 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-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirti Dhakad updated OFBIZ-2013: -------------------------------- Attachment: FixInOnePageCheckOut_JI2013.patch Fixes done for a OnePageCheckOutProcess such that it is now able to Expire previous records properly of Billing and Shipping contacts and create new Billing and Shipping contacts with their respective purposes. Special Thanks to Rishi Solanki. ----- Onima Kaliwal Kirti Dhakad > While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout) > -------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2013 > URL: https://issues.apache.org/jira/browse/OFBIZ-2013 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Reporter: Rishi Solanki > Priority: Minor > Attachments: FixInOnePageCheckOut_JI2013.patch > > > To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. > After that change the shipping address will not create any purpose for that. > Change in the Billing Address will not create its purpose. > Solution : > - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. > - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. > Regards > -- > Rishi Solanki -- 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-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641756#action_12641756 ] Rishi Solanki commented on OFBIZ-2013: -------------------------------------- Hi Onima/Kirti, - It is not working in case of multiple time updating Shipping and Billing Address respectively. Regards -- Rishi Solanki > While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout) > -------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2013 > URL: https://issues.apache.org/jira/browse/OFBIZ-2013 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Reporter: Rishi Solanki > Priority: Minor > Attachments: FixInOnePageCheckOut_JI2013.patch > > > To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. > After that change the shipping address will not create any purpose for that. > Change in the Billing Address will not create its purpose. > Solution : > - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. > - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. > Regards > -- > Rishi Solanki -- 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-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirti Dhakad updated OFBIZ-2013: -------------------------------- Attachment: FixInOnePageCheckOut_JI2013.patch Included changes of CheckOutProcess.js. > While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout) > -------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2013 > URL: https://issues.apache.org/jira/browse/OFBIZ-2013 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Reporter: Rishi Solanki > Priority: Minor > Attachments: FixInOnePageCheckOut_JI2013.patch, FixInOnePageCheckOut_JI2013.patch > > > To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. > After that change the shipping address will not create any purpose for that. > Change in the Billing Address will not create its purpose. > Solution : > - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. > - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. > Regards > -- > Rishi Solanki -- 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-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-2013: ---------------------------------- Assignee: Vikas Mayur > While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout) > -------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2013 > URL: https://issues.apache.org/jira/browse/OFBIZ-2013 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Reporter: Rishi Solanki > Assignee: Vikas Mayur > Priority: Minor > Attachments: FixInOnePageCheckOut_JI2013.patch, FixInOnePageCheckOut_JI2013.patch > > > To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. > After that change the shipping address will not create any purpose for that. > Change in the Billing Address will not create its purpose. > Solution : > - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. > - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. > Regards > -- > Rishi Solanki -- 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-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirti Dhakad updated OFBIZ-2013: -------------------------------- Attachment: FixOnePageCheckOut_JI2013.patch On editing "editShippingPanel" of "OnePageCheckOutProcess" when we move further to complete the CheckOut process it display "editBillingPanel" with unchecked "Billing address is the same as the shipping address" option. --- Kirti Dhakad > While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout) > -------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2013 > URL: https://issues.apache.org/jira/browse/OFBIZ-2013 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Reporter: Rishi Solanki > Assignee: Vikas Mayur > Priority: Minor > Attachments: FixInOnePageCheckOut_JI2013.patch, FixInOnePageCheckOut_JI2013.patch, FixOnePageCheckOut_JI2013.patch > > > To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. > After that change the shipping address will not create any purpose for that. > Change in the Billing Address will not create its purpose. > Solution : > - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. > - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. > Regards > -- > Rishi Solanki -- 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-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-2013. ------------------------------ Resolution: Fixed Thanks Kirti, Onima, Rishi. Patch is in trunk rev. 707377. Vikas > While updating the Shipping and Billing Address purposes are not updated wrt contact mechanisms. (One Page Checkout) > -------------------------------------------------------------------------------------------------------------------- > > Key: OFBIZ-2013 > URL: https://issues.apache.org/jira/browse/OFBIZ-2013 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Reporter: Rishi Solanki > Assignee: Vikas Mayur > Priority: Minor > Attachments: FixInOnePageCheckOut_JI2013.patch, FixInOnePageCheckOut_JI2013.patch, FixOnePageCheckOut_JI2013.patch > > > To regenerate the error take check out as Anon and selecting the same Billing Address as shipping. > After that change the shipping address will not create any purpose for that. > Change in the Billing Address will not create its purpose. > Solution : > - In the OrderServices createUpdateShippingAddress, createUpdateBillingAddress are responsible for this. Need to change in the implementation. > - Also needed to update the useShippingAddressForBilling on checked and unchecked operations. > Regards > -- > Rishi Solanki -- 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 |