Magento自定义选项VS属性 [英] Magento Custom Options VS Attributes

查看:81
本文介绍了Magento自定义选项VS属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自定义选项和属性之间的实际区别是什么?还是自定义选项"实际上是在配置自定义选项"时创建的属性

What is the actual difference between Custom Options and Attributes? or are Custom Options actually Attributes that get created when you configure the Custom Option

推荐答案

Magento属性:-
Magento中的属性定义为目录类别(实体类型ID-3),目录产品(实体类型ID-4),客户(实体类型ID-1),客户地址(实体类型ID-2),订单(实体类型ID-5)等等.其中包括产品ID,产品标题,SKU,图像,描述,客户名,客户姓氏等.

Magento Attribute:-
An attribute in Magento is defined as any property of a Catalog Category (Entity Type ID - 3), Catalog Product (Entity Type ID - 4), Customer (Entity Type ID - 1), Customer Address (Entity Type ID - 2), Order (Entity Type ID - 5), and some more. These include Product ID, Product Title, SKU, Image, Description, Customer First Name, Customer Last Name, and so on.

所有属性都存储在数据库表"eav_attribute"中,所有这些属性取决于它们的实体类型,这些实体类型存储在数据库表"eav_entity_type"中.

All the attributes are stored in the Database Table "eav_attribute", and all these attributes depend upon their Entity Types, which are stored in the DB Table "eav_entity_type".

商店所有者可以根据需要添加尽可能多的其他属性.这些可以分组为属性集,因此可以创建具有相同属性的相似产品.如果销售电视,鞋子,书籍和电动工具,则可以创建四个属性集-一组特定于电视,一组用于鞋子,一组用于书籍,另一组用于电动工具.将新的电动工具产品添加到目录中时,只需选择电动工具"属性集,然后为此产品添加适当的字段.您可以检查此链接以了解如何在Magento中创建属性.

A store owner can add as many additional attributes as desired. These can be grouped into attribute sets, so similar products can be created with the same attributes. If you sell TVs, shoes, books, and power tools you could create four attribute sets - one specific to TVs, one for shoes, one for books, and one for power tools. When adding new power tool Products to your Catalog, you simply select the "power tool" attribute set, and the appropriate fields are added for this Product. You can check this link to know how to Create Attributes in Magento.

Magento自定义选项:-
只有目录产品(没有其他实体类型)使用自定义选项的概念,这些选项存储在数据库表"catalog_product_option"中.

Magento Custom Options:-
Only Catalog Products (and no other Entity Types) use the concept of Custom Options, which are stored in the DB Table "catalog_product_option".

Magento自定义选项使客户能够在将Magento产品添加到购物车之前向其添加新选项(非库存特定).它允许提高产品价格或从客户那里收集更多信息,例如产品长度(自定义选项可以是商店提供的可能长度的下拉列表),要刻印的名称(自定义选项可以是文本字段)或要在其上打印的图像(自定义选项必须是上载文件字段).

Magento Custom Options enable the customers to add new options (non-stock specific) to the Magento product before adding it to the shopping cart. It allows to increase the product price or to gather extra information from the customer such as product length (custom option can be just a drop down of probable lengths provided by the store), a name to engrave (custom option can be a text field) or an image to print on it (custom option needs to be an upload file field).

Magento自定义选项类似于属性,但是必须由客户而不是管理员填写.但是,客户可以填写所有选项的方式完全取决于管理员,因为他维护着产品的可用自定义选项".

Magento Custom options are similar to attributes but they must be filled in by a customer rather than an admin. But which all options can be filled by the customer, is totally dependent upon the admin, as he is maintaining the available Custom Options of the Products.

希望有帮助.

这篇关于Magento自定义选项VS属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆