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

Preselected dimensions are ignored during ProductSearch/Scan in all inventory views #317

Open
alexanderkurilenko opened this issue Aug 7, 2024 Discussed in #311 · 0 comments

Comments

@alexanderkurilenko
Copy link

Discussed in #311

Originally posted by alexanderkurilenko July 10, 2024
Dear experts,

Our customer has a customization to search/scan product by custom identificator; The response of this custom Search/Scan is product master with preselected color dimension; (So cashiers need to select only size dimension to select a variant); This logic works as expected from the cartView(salesFlow) but not in inventory (e.g. StockCount or InventoryAdj);

  1. Open any inventory view
  2. Search/Scan for the product (Response is Product master color dimension populated)
    image
  3. Prepopulated dimension (color) is ignored (during variant selection); Undefined value is passed;
    image

Our customer extremely wants Scan to work the same way in all views in POS; Is it possible to add preselected dimensions to the call
var selectProductVariantClientRequest = new Commerce.Products.SelectProductVariantClientRequest(product, undefined, editResult.correlationId, editResult.title); Replace undefined <-> Populated dimensions;

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant