Magento可配置产品在多商店网站的前端缺货

时间:2014-06-17 08:04:47

标签: php magento

我添加了一些可配置的产品,并且在后端库存设置中是“库存”,但在前端该产品显示为缺货。我已经清除缓存并重新编制索引,但它仍显示为“缺货”。请帮助解决为什么会这样,以及如何解决这个问题。

2 个答案:

答案 0 :(得分:3)

如果您使用的是多商店网站,请确保所有相关的简单商品与可配置产品本身相关联。

Screenshot

答案 1 :(得分:1)

Hina,对于可配置产品的概念,frontend configurable produc t stock为depending on it child products stock(qty and is_stock)。如果any of one child product(表示简单产品)可配置

stock is in stock and  configurable product attribute is_in_stock is in stock then frontend  stock status is in stock  

更多参考资料:

http://www.magentocommerce.com/knowledge-base/entry/creating-a-configurable-product

http://www.sitepoint.com/adding-configurable-products-magento-ecommerce-site/