Question

I have a little problem at my Magento 2.2.5 store. When a combination of a configurable product is not on stock, the swatch should be disabled with a red strike. But at my store no swatch is disabled, as you can see at the following screenshot:

No disabled Swatch

Actually, the Large size and green color isn't on stock. So it should be:

What is should be

Is somebody know what to do? If i want to select this combination and put it in my cart, i get the error "not on stock"

Was it helpful?

Solution 2

I solved this issue by installing the following module:

https://github.com/mjankiewicz/MagentoConfigurableProduct

OTHER TIPS

Try indexing :

  • php bin/magento indexer:reindex
  • php bin/magento cache:flush
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top