-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Which component is this issue related to?
Umbraco Commerce (Core)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
15.3.4
Bug summary
When one or more products which match the searched criteria have an empty/null price, the product picker fails to display any results for selection.
Specifics
This has been reproduced in the following projects:
- v15.3.4 Custom project based on the demo store
- v16.0.0 Demo store
Steps to reproduce
Using a product with variants
- Using the demo store 16.0.0 project
- Go to Commerce Section -> Carts
- Create a new cart
- Click "Add a Product"
- Enter "JT002" or "JT002-13" in search box and search
- No results are displayed, despite JT002 and JT002-13 products existing (Jones Tea and Co -> Ever So English Breakfast) and the following error occurs in the browser console:
Using a product without variants
- Using the demo store 16.0.0 project
- Go to Commerce Section -> Carts
- Create a new cart
- Click "Add a Product"
- Enter "GP002" in search box and search
- Good and Proper - Breakfast Tea Set is found
- Go to product GP002 (Good and Proper - Breakfast Tea Set) in content tree
- Remove prices for both currencies and save
- Return to Commerce Section -> Carts
- Create a new cart (or edit existing)
- Enter "GP002" in search box and search
- No products are found and the following error occurs
Expected result / actual result
Expected to find products even though price is empty. This is especially true for products with variants as the parent product should not be purchasable and thus should not have a price. However, this prevents the user from being able to access the variants in the product picker.
Dependencies
No response
This item has been added to our backlog AB#54576