When managing multiple stores, attempting to create products with the same name in different stores results in an error stating that the product already exists. Since this is a multi-store system, each store should be able to create products with identical names independently.
Expected Behavior:
Each store should be able to create products with the same name without conflicts, as product uniqueness should be scoped per store rather than globally.
Steps to Reproduce:
Create Store A and Store B.
In Store A, create a product named "Sample Product".
In Store B, try to create a product with the same name ("Sample Product").
The system throws an error stating that the product already exists.
Current Behavior:
The system prevents creating products with the same name, even when they belong to different stores.
Expected Behavior:
Each store should be able to have products with the same name without restrictions.
When managing multiple stores, attempting to create products with the same name in different stores results in an error stating that the product already exists. Since this is a multi-store system, each store should be able to create products with identical names independently.
Expected Behavior:
Each store should be able to create products with the same name without conflicts, as product uniqueness should be scoped per store rather than globally.
Steps to Reproduce:
Create Store A and Store B.
In Store A, create a product named "Sample Product".
In Store B, try to create a product with the same name ("Sample Product").
The system throws an error stating that the product already exists.
Current Behavior:
The system prevents creating products with the same name, even when they belong to different stores.
Expected Behavior:
Each store should be able to have products with the same name without restrictions.