You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing multiple products with the same name, the slug generator generates duplicate product slugs, which causes a unique constraint violation to trigger: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'en-foo-bar' for key 'UNIQ_105A9084180C698989D9B62
As a workaround, it might make sense for the slug to also be imported and exported.
The text was updated successfully, but these errors were encountered:
Thank you for the message.
Yes, i did end up copying and modifying the ProductProcessor and adding the slug to the imported columns so i could define it manually in the import file.
When importing multiple products with the same name, the slug generator generates duplicate product slugs, which causes a unique constraint violation to trigger:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'en-foo-bar' for key 'UNIQ_105A9084180C698989D9B62
As a workaround, it might make sense for the slug to also be imported and exported.
The text was updated successfully, but these errors were encountered: