Reputation: 283
I tried to add configurable products to magento.
Everything works fine. But in frontend catalog there is a tag showing "Out of stock".
But I have saved
What is the problem?
Upvotes: 2
Views: 8380
Reputation: 1261
First of all check the child products of the configurable product are inStock. If at least one child product is out of stock, this can cause to your problem.
Upvotes: 1
Reputation: 11533
have you add associated products for Configurable product ? and please check associated product are in stock..because Configurable product are dependent on associated products.,,
Upvotes: 3