-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Product Import -> Missing categories entry in importfile removes url rewrites #18269
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
Comments
Hi @ulftietze. 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 @ulftietze 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.
|
Hi @ulftietze it looks like this is duplicate to your issue -> #18234? maybe just edit referenced issue. |
Hey @engcom-backlog-nazar, no this is not a duplicate due to the product categorie url rewrites now. I already have a fix for this, but first i have to write/fix some unit test ^^ |
…up for existing categories to keep the correct url rewrites
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
Hi @ulftietze thank you for you report, this issue has already fixed in 2.3-develop branch. |
Preconditions
Steps to reproduce
Attributes like:
name | price | url_key | attribute_set_code
doesnt matter here.Actually only interesting point here is:
product_websites
, but im going to explain laterExpected result
Actual result
Conclusion:
So if you provide an url key but no categories, Magento deletes the existing category url rewrites.
One missing point:
product_websites
in your csv file, no url_rewrite is generated or updated. This behavior may be here by default, but i think it's better to renew all information about if the url_key has changed.Greetz,
Ulf
The text was updated successfully, but these errors were encountered: