Closed
Description
Preconditions
- Magento 2.1.7 and up
- PHP 7
Steps to reproduce
- Have a configurable product that is associated with a simple product which is out of stock on default website level (id: 0) and is in stock on website level.
- Go to the visual merchandiser of the category where the configurable product is linked.
- Look up the configurable product in the visual merchandiser Tile overview.
Expected result
- The configurable product with stock 0,00 and price 0,00.
Actual result
- The configurable product with stock 0,00 and price of the cheapest simple product.
Product's are linked to categories without notice of any website. The visual merchandiser shows to lowest price of in stock and active simples that are associated with the configurable. The stock check ignores the website scope so if a simple is in stock on the website level but out of stock on default level it should been ignored to determine the lowest price. This doesn't happen at the moment.