-
Notifications
You must be signed in to change notification settings - Fork 29
ImportExport: BEHAVIOR_REPLACE deletes products? #89
Comments
From @paales on August 4, 2016 15:12 With:
The complete |
From @paales on August 5, 2016 9:10 It seems to be not as easy as removing the above lines. I'm getting the following when importing configurable products. Will report back when I know more.
|
From @paales on August 5, 2016 11:16 Two things:
This methods generates the data: You can see here that it generates a label for the attribute, but it currently isn't possible to set store view specific labels and we don't even want a label unique to each product. So for now I've overwritten the method and just emptied it. |
From @slopukhov on August 23, 2016 8:37 @paales thank you for your feedback. This is the expected behavior for Replace action. Please read Magento user guide for more details. I'm closing the ticket. Please feel free to reopen if you have additional questions. |
it's definitely not intuitive behavior that needs further investigation. @ilol can you look into that? |
From @ioliinyk on March 29, 2017 10:51 This is bug. |
From @KrystynaKabannyk on April 18, 2017 15:54 Internal ticket is created MAGETWO-67547. |
From @magento-engcom-team on September 29, 2017 6:30 @paales, thank you for your report. |
From @PieterCappelle on December 22, 2017 19:39 I agree with @paales. REPLACE should be refactored or removed. Add/Update is also so wrong in many cases. When running add import it will add images to products, it will not overwrite them. Okay, I can understand but REPLACE is also no option like @paales is saying. In my opinion we should have one command for add/update/replace. :-) |
- Merge Pull Request magento-engcom/php-7.2-support#89 from magento-engcom/php-7.2-support:update-zend-feed - Merged commits: 1. b73d1c8
…-Category [architects] MAGETWO-92773: [GraphQL] Products cannot be fetched in parent/anchor category #89
My opinion here would be that we could consider updating the documentation and tool tips to help describe the settings for the import better. |
So for this task what we are looking for here is 2 things:
Both of these should clearly describe what happens with the different flags for the import process. Especially the BEHAVIOR_REPLACE. We will not change the behavior at the moment but instead make the current behavior much more clearer in this ticket. |
Any updates need in documentation, I'm available to help in Merch Docs and DevDocs. |
From @paales on August 4, 2016 14:51
Preconditions
Steps to reproduce
Expected result
Actual result
It REALLY shouldn't delete the product because all other information related to this product gets lost. If a merchant has written anything store view specific, we want to retrieve reports by product ID, reviews placed on this product, etc.
I'm not sure how something like this happened, the BEHAVIOR_REPLACE doesn't mean replace the product, it means, replace complex values like custom options, configurable products or category associations (wtf?).
I will update this issue with suggestions how to solve this mess and how to solve the importer issues.
Copied from original issue: magento/magento2#5993
The text was updated successfully, but these errors were encountered: