Jump to content

Products being shown as out of stock when there's stock available


Recommended Posts

Hi there

 

I have some issues with my website that I just noticed.

 

For example, when the products are being searched for or just shown in the category view, I get an out of stock indication on some of them. This happens when a product is out of stock because one of it's attributes is out of stock. However, when you click on the product, the product is in stock but with different attributes.

 

How do I remove that "out of stock" sign? (see screenshot 1). I've also attached a screenshot of the product showing that it's in stock when you land on the product page.

 

The website is www.summerlane.com.au and search for chirpy bird. Click on the gumboots and you will see that happening.

 

 

Thank you.

post-125776-0-95517900-1374619974_thumb.jpg

post-125776-0-39994000-1374620006_thumb.jpg

Link to comment
Share on other sites

Hi!

Is that attribute the default one? It's hard to tell which lines must be removed since it's a custom theme. Can you look for

 

{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}

 

In product-list.tpl and show us the whole part inside the if statement?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...