Hello
In my store, if I enter 2 times the same article with the same code is saved too and I see the two products, I would like you dasse the error that the item is already present, if possible when I create the item and insert the code sku
thanks
Product names and SKUs are not unique so there is no error likely to be detected.
I did not understand
In my shop, if I enter 2 times the same article with the same code will be saved, I would like dasse the error that the item is already present.
thanks
Each would be saved with a different product_id so they are seen to be different in the database. It may be possible to write a plugin to check for duplicated SKU or product names if you need one, but you would have to ask a third party developer about that.