[转]Magento Configurable Product
本文转自:https://docs.magento.com/m1/ce/user_guide/catalog/product-configurable.html
A configurable product looks like a single product with drop-down lists of options for each variation. Each option is actually a separate simple product with a unique SKU, which makes it possible to track inventory for each product variation. You could achieve a similar effect by using a simple product with custom options, but without the ability to track inventory for each variation. Products with multiple options are sometimes referred to as composite product.
Although a configurable product uses more SKUs, and may initially take a little longer to set up, it can save you time in the long run. If you plan to grow your business, the configurable product type might be a better choice for a product with multiple options.

Configurable Product
Creating a Configurable Product
The following instructions take you through the process of creating a configurable product with the basic fields. Each required field is marked in the Admin with a red asterisk (*). After you complete the required settings and save the product, you can add images and complete the remaining product information, as needed.

Create an attribute for each drop-down list of options that you want to include in the configurable product. If the attribute already exists and has the correct properties, you can add it to the attribute set in the next step. To learn more, see: Creating Attributes.

PROPERTY
SETTING
Scope
Global
Catalog Input Type for Store Owner
Dropdown
Apply to
Configurable Product or All Product Types
Use to Create Configurable Product
Yes

1. | On the Admin menu, select Catalog > Attributes > Manage Attribute Sets. Then, click the Add New Set button. |
2. | Assign a Name to the attribute set. |
3. | In the Based On list, select an existing attribute set, such as “Default,” to use as a template. Then, click the Save Attribute Set button. |
4. | Starting from the list of Unassigned Attributes, drag and drop each attribute you want to include in the product to the center column. You can arrange them in any order. |
5. | To group the attributes in their own section of the Product Information panel, do the following: |
a. | In the Groups section, click the Add New button. |
If prompted by your browser, select “Temporarily Allow Scripted Windows” to continue. Then, click the Add New button again.
b. | When prompted, enter a Name for the new group. Then, click the OK button. |
The new group appears at the bottom of the Groups column.
c. | Drag and drop each attribute that you created for the drop-down options to group where you want them to appear. |

Attribute Set
6. | Click the Save Attribute Set button. |
7. | When prompted to update your cache, click the link in the message and refresh the invalid cache. |

1. | On the Admin menu, select Catalog > Manage Products. Then, click the Add Product button. |
2. | In the Create Product Settings section, do the following: |
a. | Select the Attribute Set that you created for the product. |
b. | Set Product Type to “Configurable Product,” and click the Continue button. |

Create Product Settings
3. | In the Select Configurable Attributes section, select the checkbox of each attribute that you want to include in the product. Then, click the Continue button. |

Select Attributes
4. | Complete the Product Information as you would for a simple product, with the exception of the following fields: |
- On the Prices tab, the Price is a required field, but is used as a default price. The price of each individual associated product can be adjusted accordingly.
- On the Inventory tab, Manage Stock is set to “No” by default, because inventory is managed by each associated product.
5. | When complete, click the Save and Continue Edit button. |

1. | In the panel on the left, select the last option, Associated Products. |
2. | Then, use one of the following methods to add the associated products. |

Use the Super Products Attributes Configuration section to make price adjustments to a specific associated product. The adjustment can be entered as a fixed value or percentage, and is made in relation to the price of the configurable product.

Super Products Attributes Configuration

1. | On the Admin menu, select System > Configuration. Then in the panel on the left, under Sales, select Checkout. |
2. | Click to expand the Shopping Cart section. Then, set Configurable Product Image to one of the following: |
- Product Thumbnail Itself
- Parent Product Thumbnail
3. | Click the Save Config button to save the setting. |
THINGS TO REMEMBER
A configurable product allows the shopper to select options from drop-down lists. Each option is actually a separate, simple product.
The drop-down list values are based on attributes that must be set up in advance with required settings. The attribute Scope must be set to “Global,” and Use to Create Configurable Product must be “True.” The drop-down attributes must be included in an attribute set, which is then used as a template for the configurable product.
The simple products associated with a configurable product cannot include custom variants or options, and must be based on the same attribute set that is used to create the configurable product. The associated products can be generated automatically from inside with configurable product record.
The thumbnail image in the shopping cart can be set to display the image from the configurable product record, or from the associated product.
[转]Magento Configurable Product的更多相关文章
- Magento add product attribute and assign to all group
$attributes = array( 'product_type' => array( 'type' => 'int', 'input' => 'select', 'source ...
- Magento创建configurable产品的要点
接着上一篇用API创建可配置的产品Configurable Product说事.Magento的产品类型可分为Simple Product.Group Product.Configurable Pro ...
- Magento网站如何添加一个可配置产品
有的产品,比如服装,同一件衣服有S.M.L.XL.XXL等尺码供客户选择,或者有多种颜色可以供客户选择,Magento中管这种有选项供客户选择的产品叫做可配置产品 (Configurable Prod ...
- magento搜索属性值的设置方法
前台特性(Frontend Properties)在快速搜索中应用(Use in quick search) - 开启此选项,在客户使用Header中的 搜索功能时Magento将搜索所有产品这个At ...
- [转]How to speed up Magento 2. Maximum Performance
本文转自:https://magedirect.co/how-to-speed-up-magento-2-maximum-performance/ Introduction In this artic ...
- [转]Magento 2 and 1 Million Products
本文转自:https://www.goivvy.com/blog/magento-2-1-million-products Can Magento 2 handle 1 million product ...
- 记录magento通过csv文件与zip(图片压缩)上传产品到数据库的过程
1,前台使用input-file type按钮提交文件到magento指定的控制器,controllers获取.csv文件,因为magento是在zend框架上实现的,可以使用如下代码获取文件的上传信 ...
- MAGENTO - APACHE SOLR INTEGRATION - PART II (SETUP)
MAGENTO - APACHE SOLR INTEGRATION - PART II (SETUP) Tue, 03/01/2011 - 18:30 Tweet Development E-Comm ...
- magento优化
magento -- SEO优化继续往前走一步 magento的SEO做的实在太好了,让其它的电子商务平台与之相比实在是不是一个重级的,这也许就是magento成功的原因.尽管现在结合apache,实 ...
随机推荐
- 常见CEPH操作命令
1. rbd ls 查看ceph默认资源池rbd里面的镜像2. rbd info xxx.img 查看xxx.img的具体的具体信息3. rbd rm xxx.img 删除xxx.img4. rbd ...
- Ubuntu 修改环境变量
按变量的生存周期来划分,Linux变量可分为两类,它们的修改方法如下:(1)永久的:需要修改配置文件,变量永久生效. 常见的配置文件包括: (1-1)/etc/profile:对所有用户生效:此文件为 ...
- 背水一战 Windows 10 (40) - 控件(导航类): AppBar, CommandBar
[源码下载] 背水一战 Windows 10 (40) - 控件(导航类): AppBar, CommandBar 作者:webabcd 介绍背水一战 Windows 10 之 控件(导航类) App ...
- Effective C++笔记:继承与面向对象设计
关于OOP 博客地址:http://www.cnblogs.com/ronny 转载请注明出处! 1,继承可以是单一继承或多重继承,每一个继承连接可以是public.protected或private ...
- 12_python_生成器
一.生成器 python中有三种方式获取生成器 (1)通过生成器函数 (2)通过各种推导式来实现生成器 (3)通过数据的转换也可以获取生成器 1.只要函数中存在了yield,那么这个函数就是一个生 ...
- Redis---基础数据结构
1.String(字符串) 1.1 概述 字符串 string 是 Redis 最简单的数据结构.Redis 所有的数据结构都是以唯一的 key 字符串作为名称,然后通过这个唯一 key 值来获取相应 ...
- MYSQL基础语法的使用
喜欢的朋友可以关注下,粉丝也缺. MYSQL介绍 MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下产品.MySQL 是最流行的关系型数据库管理系统之 ...
- iOS-项目创建多个target
在开发中,有时需要两个或多个APP版本,每个版本的改动,不是很多,但是需要另外打包,那么我们就有两套方案: 1.重新开发,把代码复制一遍,然后在修改: 2.用一套代码,根据需求生成不同的包: 我们一般 ...
- odoo开发环境搭建(二):安装Ubuntu 17虚拟机
odoo开发环境搭建(二):安装Ubuntu 17虚拟机 下载镜像文件: 配置网络: 安装vmware tools: 配置共享文件夹: 选中虚拟机,右键编辑设置里边配置共享文件夹,指定windows本 ...
- opencv实现canopy算法
#include "stdafx.h" using namespace cv; int main(int argc, char** argv) { Mat img=imread(& ...