Skip to content

Product Name Conflict in Multi-Store System #15

Description

@Stivenjs

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions