-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Do not duplicate SEO meta data when duplicating a product #26054
Comments
Hi @Zyles. 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:
For more details, please, review the Magento Contributor Assistant documentation. @Zyles do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @krishprakash. Thank you for working on this issue.
|
@krishprakash Thank you for verifying the issue. Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
Once all required information is added, please add label |
✅ Confirmed by @krishprakash Issue Available: @krishprakash, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @dasharath-wagento. Thank you for working on this issue.
|
Hi @dharmendra-wagento. Thank you for working on this issue.
|
Hi @Zyles. Thank you for your report.
The fix will be available with the upcoming 2.4.0 release. |
Description (*)
When you duplicate a product in the database a new product is created with the SEO data being the same.
99.9999999999999999999999999999999% of the time when you duplicate a product you do it because you want to use the same attributes for the next product, since it is usually a similar product.
What you do not want (usually) when duplicating is the same product name, the same SKU, and possibility not the same description or the same URL key as the previous product.
What happens is after you duplicate the product the SEO data stays the same. And unless you click down the hidden header you may forget to update that information, and your new duplicated product will have the same SEO meta data as your old product.
This adds extra useless work to empty this data every time you duplicate a product.
Expected behavior (*)
A better solution would be to empty that data on duplication and save the new information on save.
Fields to be emptied/not duplicated:
Benefits
Additional information
When you duplicate a product in the database a new product is created with the SEO data being the same.
If you disagree, please state in what use case you want duplicate SEO content.
The text was updated successfully, but these errors were encountered: