2

I usually use the save & duplicate option and I've noticed that whenever I do that it always uses the URL from the first product I created and then I will create other products by changing the product name and maybe another option and every URL will be the exact same with a different number at the end and I don't know how to fix this or if this is a known issue with Magento 2.1.6

Example:

I started by creating this product:

https://www.ooples.com/black-butler-ciel-pink-ballgown-5-plush-keychain.html

Here are the next 2 products I created using save & duplicate:

https://www.ooples.com/black-butler-ciel-pink-ballgown-5-plush-keychain-1.html https://www.ooples.com/catalog/product/view/id/54914/s/black-butler-ciel-pink-ballgown-5-plush-keychain-2/

Not only are both URLs completely wrong but even the format for the second one is completely different from the others and all of my URLs are set to be like the first one. I don't change any settings other than product name and the product photo and maybe a category here or there.

Rafael Corrêa Gomes
13.9k15 gold badges92 silver badges190 bronze badges
asked May 18, 2017 at 18:02
1
  • This issue is still occurring in 2.4.2-p1 and would love to see an answer or if this is being fixed. Commented Jul 25, 2021 at 20:19

1 Answer 1

0

Very belated response: Product duplication does a few things duplicated stupidly

  1. sku created automatically from previous sku
  2. stocks duplicated and created for that (likely to be temporary) sku and they remain in the stock tables if the sku is changed when the product is saved (that's a bug)
  3. seo url created from previous one stupidly
  4. certain actions like the rewrites, which are triggered on a normal change/save are not triggered by copy creation, and when you save since you don't change anything they aren't triggered either (sql imports can have the same issue)

to return to your particular point here, url-key and rewrites / seo

The url key is hidden in the Search Engine Optimization section and you can correct it there. If you change it and save, your URLs will be regenerated correctly.

If by some miracle the url-key generated is one you liked, you need to change it and save then change it back, in order for these "on change" actions to be triggered. Otherwise you stay with these stupid URLs.

I hope this helps

answered Sep 29, 2021 at 14:55

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.