0

我是 Magento 的新手,刚读完两本电子书。请检查下面的项目要求,让我知道它是哪种产品类型,我应该怎么做才能达到下面的要求?

该网站将只销售一种产品,即自行车

第一个选项卡(三个选项):绿色循环(30 美元)、红色循环(35 美元)和粉色循环(33 美元)。用户可以从中选择任何人循环。

第二个选项卡- 必须显示三种尺寸的循环(小,中,大)。循环的颜色基于之前的选择。用户可以从中选择任何人。

第三个选项卡:必须显示50 种轮胎(如果选择绿色循环)。
必须显示30 种类型的轮胎(如果选择红色循环) 必须显示40 种类型的轮胎(如果选择粉红色循环) 轮胎价格不同。用户可以从中选择任何一个轮胎。

第 4 个选项卡:必须在此处显示 5 种头盔。头盔的价格不一样。用户可以从中选择任何人。Note : This tab should be hidden , when a green cycle is selected. 头盔仅适用于红色和粉色自行车

请让我知道,我怎样才能做到这一点?

4

2 回答 2

0

I've never worked with Magento, but looking at the following link:

http://www.magentocommerce.com/wiki/modules_reference/english/mage_adminhtml/catalog_product/producttype

It looks like you want the "Bundle" option. If I interpreted your question correctly, you want to only sell one product with different attributes - such as tires, helmets, size of bicycle.

Quote from the Magneto Wiki:

This product type is also known as a “kit” in other eCommerce software. This product type is ideal for circumstances where the user have to select a number of configurable options

于 2012-07-31T14:02:32.617 回答
0

您正在寻找可配置的产品,设置它有点复杂。查看此链接,它将向您详细解释。 http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-configurable-product/

于 2012-07-31T14:04:23.053 回答