Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Store ID when Checking for Duplicate Variants #492

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

mtrutledge
Copy link
Contributor

When multiple stores exist, and you attempt to add a variant to a product, it is not currently filtered by StoreId. It gives an error message about the SKU already existing even though the SKU doesn't exist in the current store.

This adds a stored check based on the current context.

Related to Issue

No issue currently exists

Description

Gets the current store id from the context and filters what variants we are looking for by the store id.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

When multiple stores exist and you attempt to add a variant to a product it does not currently filter by StoreId and gives an error message abut the SKU already existing. Even though the SKU doesn't exist in the current store. 

This adds a stored check based on the current context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant