在 Magento 1.9 的可配置产品中,简单产品未显示为关联

Simple Products are not showing as associated in configurable products in Magento 1.9

祝你一切顺利。

我需要询问如何设置一个简单的产品,以便能够将其显示给我的可配置关联产品。

我想我已经配置了所有的属性,

visibility = not show individually
stock = in stock
price = also set
status = enable

我错过了什么吗?因为当转到我的可配置产品时,没有任何关联产品。

感谢任何帮助。

Hello Quan,

To associate them
not needed:

visibilty = not show inidividually
stock = in stock
price = also set
status = enable

needed:
attribute set = the same as configurable product (check configurable product attribute in admin section)

to create a config
Beside this you need to make sure, that the attributes you want to be configurable are NOT system, "Global", input type "Dropdown" and "allowed for configurables"

to show them in frontend
Only the simple ones which are in stock and enabled are shown in frontend, might be an indexing issue?

Thanks!