[ https://issues.apache.org/jira/browse/OFBIZ-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-4118: -------------------------------- Attachment: Set-Complete-Status-ofbiz-4118.patch Hi Jacques, Thanks for committing patches. Attaching one more patch to fix following issues in ebay and ebayStore component 1 Fixed issue of set complete order status in ebay when we complete order in ofbiz. 2 Created record of OrderPaymentPreference in PAYMENT_RECEIVED status. 3 Updated qty of cart item, if same product is adding again in cart during import order from ebay. 4 Set transactionId in cart. Thanks. > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986319#action_12986319 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Hi Arun, I just wonder why you added " if (previousIndex != -1) {" in this snippet: {code} + if (previouslyAddedItemInCart != null) { + previousIndex = cart.getItemIndex(previouslyAddedItemInCart); + if (previousIndex != -1) { {code} Is it not superfluous? > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-4118: -------------------------------- Attachment: Set-Complete-Status-ofbiz-4118.patch Hi Jacques, Yes, you are right. I am uploading new updated patch for same. Thanks. > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986376#action_12986376 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Thanks Arun, Your patch is in trunk at r1063265 > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987451#action_12987451 ] Arun Patidar commented on OFBIZ-4118: ------------------------------------- Hi Jacques, Some ebayStore functionalities are missing in 10.04 such as functionality of import order from ebay. So should we back port that missing functionality in 10.04 release. Because without that functionality I think ebayStore is worthless in 10.04. WDYT? Thanks & Regards --- Arun Patidar > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987470#action_12987470 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Hi Arun, I'd be ok with it, but it must be discussed in dev ML 1st Thanks > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-4118: -------------------------------- Attachment: 10.04-ofbiz-4118.patch Hi Jacques, I am attaching a patch for bug fixes in 10.04, which are already fixed in trunk at r1063265. This patch does not include any missing functionality. Thanks > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987984#action_12987984 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Hi Arun, Are you sure the paid stuff is a fix? > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987990#action_12987990 ] Arun Patidar commented on OFBIZ-4118: ------------------------------------- Hi Jacques, Ofbiz order always shows payment in NOT_RECEIVED status while payment has been received by ebay, So I think its a fix. Thanks. > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-4118: -------------------------------- Attachment: export-multiple-products-ofbiz-4118.patch Hi Jacques, Attaching patch to fix following issues in ebayStore component 1. Now user can export more than one product to ebay by selecting more than one product and processing them one by one. 2 Show error messages to user in case of any exception. Thanks > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988078#action_12988078 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Thanks Arun, 10.04-ofbiz-4118.patch is in R10.04 at r1064662 > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988122#action_12988122 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Thanks Arun, Your patch is trunk at r1064751 > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Jain updated OFBIZ-4118: ------------------------------ Attachment: OFBIZ-4118.patch On the Ebay Configuration search page (https://localhost:8443/ebaystore/control/FindEbayConfigurations) a default value "EBAY_STORE" is shown selected and after search the same value is shown instead of the value we selected before clicking on find and same case on on Edit Ebay Configuration page (https://localhost:8443/ebaystore/control/EditEbayConfiguration?productStoreId=9000). The attached patch fixed this problem also fixed the website data. > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020753#comment-13020753 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Hi Ankit, I was ready to commit your patch but suddenly I wondered: does "http://demo.ofbiz.org" make any sense in data? > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020901#comment-13020901 ] Ankit Jain commented on OFBIZ-4118: ----------------------------------- Hi Jacques, I have just changed the siteName because there are two website having the same name, its not necessary to commit as its a demo data. I made changes to avoid confusion between the two websites showing in the website dropdown. > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020914#comment-13020914 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Ankit, OK I can't see a better way anyway, your patch si in trunk at r1094281 Thanks > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020931#comment-13020931 ] Ankit Jain commented on OFBIZ-4118: ----------------------------------- Thanks Jacques. :) > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Jain updated OFBIZ-4118: ------------------------------ Attachment: OFBIZ-4118.patch I have done a minor improvement in ebay store. In the ebay account added a screen to add catalog to store , so one can add the catalogs to ebay store. After selecting an account, it redirect us to ebay account page, and here is the screen https://localhost:8443/ebaystore/control/AssociateCatalog?productStoreId=90101 so one can add the catalog to ebay store. > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021418#comment-13021418 ] Jacques Le Roux commented on OFBIZ-4118: ---------------------------------------- Thanks Ankit, Well done, I only reviewed (not tested) but I'm confident: very orthodox. Your patch is in trunk at r1094868 > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. 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-4118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar updated OFBIZ-4118: -------------------------------- Attachment: Store-Category-Ofbiz-4118.patch Hi Jacques, Attached a patch to fix issue of getting store categories in ebay store component during product export functionality. Added a new method to get store categories and made fixes in existing code. --- Arun > Some misc issues in ebay and ebayStore component. > ------------------------------------------------- > > Key: OFBIZ-4118 > URL: https://issues.apache.org/jira/browse/OFBIZ-4118 > Project: OFBiz > Issue Type: Bug > Components: specialpurpose/ebay, specialpurpose/ebaystore > Affects Versions: SVN trunk > Reporter: Arun Patidar > Assignee: Jacques Le Roux > Fix For: SVN trunk > > Attachments: 10.04-ofbiz-4118.patch, ExportProductToEbay-ofbiz-4118.patch, ExportToEbay.patch, OFBIZ-4118.patch, OFBIZ-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Set-Complete-Status-ofbiz-4118.patch, Store-Category-Ofbiz-4118.patch, export-multiple-products-ofbiz-4118.patch, import-order-ofbiz-4118.patch, ofbiz-4118-ebay.patch, ofbiz-4118-ebayStore.patch, ofbiz-4118-ebayStore.patch, setShipmentMethod-ebay-ofbiz-4118.patch > > > Following issues are exists in ebay and ebayStore component > 1. Not getting ebay sub category from parent category on Export Product Listing screen of ebayStore component. > 2. Error in getting category lookup form on Export Product Listing screen of ebayStore component.. > 3. JS is blocking during Export Product to ebay from ebay component. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |