-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can only export default store view items when upgrade to 2.3.0 #19786
Comments
Hi @Yuwei9291. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @Yuwei9291 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @developerarun. Thank you for working on this issue.
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
@engcom-backlog-nazar Thank you for verifying the issue. Based on the provided information internal tickets |
Hi @Nazar65. Thank you for working on this issue.
|
can anyone solve this issue ? many thanks ! |
@magento-engcom-team this issue is relevant for many Magento store owners/developers - me included Even if i upload CSV file, having each of the positions having row for each store view (default ( Attached ScreenshotsThis is a screenshot of a part of CSV that was imported to MagentoOn this screenshot there are the same products as below but from the exported CSV from the same Magento instance just moment after importing the data from previous screenshot |
Hi @Yuwei9291 @allozaur I'm working on this |
@Nazar65 great to hear that! Do you have any time estimate for this issue to be closed? |
@allozaur yes , i will provide a PR soon |
@allozaur I'm finally found the problem, this is very simple fix :) |
@Nazar65 oh, i see - it looks really simple :) |
@allozaur on file -> app/code/Magento/CatalogImportExport/Model/Export/Product.php move LINE 952 So after each iteration we have new collection. this was casued by https://github.com/magento-engcom/magento2ce/commit/461009ef7492cae1ca17183fac5b26d142b6e01f
|
@Nazar65 it seems not to fix our problem, any other ideas? |
@allozaur hmm... strange, can you please provide screenshot of sample export csv ? you can deploy test instance on the my PR and recheck ? |
@allozaur did you set Catalog Price Scope -> website ? |
The fix #19395. |
@Nazar65 yes, of course |
@Nazar65 Ok issue is solved for us!! We had some complications with the deploy process and the modified files weren't being recognized properly. Thanks a lot for your help! |
Hi @Yuwei9291. Thank you for your report. The fix will be available with the upcoming 2.3.2 release. |
Component: ImportExport
Preconditions (*)
1.Nginx 1.14.0 + PHP 7.1.24 + MySQL5.7.19
2.Clean install Magento 2.2.6 and upgrade to 2.3.0 by command.
3.
Steps to reproduce (*)
1.Clean install Magento 2.2.6 without any unnecessary module.
2.Creat a new Website with a new store and a new store view "storeview2".
3.Upload a item with different price in different store view. Now the product export file is correct with 2 rows.
4.Upgrade to 2.3.0, now the exported file have only 1 row and do not have the price information of "storeview2"
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: