-
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
Bug with REPLACE method in Advanced Prices in CSV Import #18761
Comments
Hi @kamilmaliszewski. 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 @kamilmaliszewski do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @kamilmaliszewski. 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 @kamilmaliszewski do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
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 @DenisSaltanahmedov. Thank you for working on this issue.
|
Hi @kamilmaliszewski. Thank you for your report. The fix will be available with the upcoming 2.3.2 release. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
TIP
It's nice to check on the empty database. If you have empty tier_prices and import big files with advanced pricing with option "replace" then there will be missing records from 1-st bunch.
HOW TO FIX IT
vendor/magento/module-advanced-pricing-import-export/Model/Import/AdvancedPricing.php
in methoddeleteProductTierPrices
on line 467 are cached and saved to property SKU to remove. They are saved only when propety is null, so only 1-st time (1-st bunch). Then in each iteration prices with those SKUs are removedThe text was updated successfully, but these errors were encountered: