cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9.3 not showing (out of stock) options?

Magento 1.9.3 not showing (out of stock) options?

Hi All,

I just updated from 1.9.2.4 to 1.9.3 and everything went fine.
In the past we had sizes shown with the products (shoe sizes) and even though they were "out of stock" they were still shown but not selectable (great!).

But now with the upgrade its gone. It only shows the sizes available. How to set it back or enable it again so all sizes are shown even though they are out of stock. So the customer can see what we offer (normally)..

Thanks for the support!

Mike

3 REPLIES 3

Re: Magento 1.9.3 not showing (out of stock) options?

Hello,

Quick fix, copy app\code\core\Mage\Catalog\Block\Product\View\Type\Configurable.php to 

app\code\local\Mage\Catalog\Block\Product\View\Type\Configurable.php

and remove line 209 and 211

 

Capture.PNG

 

Regards, 

Re: Magento 1.9.3 not showing (out of stock) options?

is there any update on a more permanent fix for this? i applied the temporary fix below (which works) but dont really want to leave a core override hanging around on my production installation

Re: Magento 1.9.3 not showing (out of stock) options?

Well, the next level is to replace it with extension. Many agencies create an extension which deals with core fixes and collect such things there. Whenever the platform software version is updated, part of the process is to review core fixes to determine if any of them is fixed and if necessary, remove them from there.

Tanel Raja