You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? If yes, please describe it.
I'm always frustrated when I did not receive any information about the invalid products that could not be added to the shopping cart via CSV upload.
Describe the desired solution.
An error message is displayed after file upload. It is an inline message below file upload field.
Note: It should look like the error message when user enters invalid SKU in input field.
Describe alternatives you've considered.
Error toast is displayed after click on "Add to Cart" and valid products are added to the cart.
An error message is displayed and no products are added. Products can only be added if all products have been identified without errors.
=> Both solutions should also be applied to the quick order form. A toast could be displayed after click on "Add to Cart and valid products are added to the cart or "Add to Cart" button is disabled so that no products are added until form is valid.
Note: Please discuss the possibilities with the UX team. The pattern depends on when we validate what. It would be nice if the error behavior of the CSV upload could be consistent with the behavior for the quick order form.
Is your feature request related to a problem? If yes, please describe it.
I'm always frustrated when I did not receive any information about the invalid products that could not be added to the shopping cart via CSV upload.
Describe the desired solution.
An error message is displayed after file upload. It is an inline message below file upload field.
Note: It should look like the error message when user enters invalid SKU in input field.
Describe alternatives you've considered.
=> Both solutions should also be applied to the quick order form. A toast could be displayed after click on "Add to Cart and valid products are added to the cart or "Add to Cart" button is disabled so that no products are added until form is valid.
Note: Please discuss the possibilities with the UX team. The pattern depends on when we validate what. It would be nice if the error behavior of the CSV upload could be consistent with the behavior for the quick order form.
Provide additional context.
Example CSV file: Sample_CSV_file.csv
The text for the error message could be:
The following products with these IDs could not be added to the shopping cart:
Please check the product ID as well as the listed quantity.
AB#69391
The text was updated successfully, but these errors were encountered: