- Mastering WooCommerce 4
- Patrick Rauland
- 228字
- 2021-06-24 16:46:20
Attributes
To be able to select what you want in a product, WooCommerce has to know what the options are. These options are called attributes and they can be found in Product data | Attributes:
There are two types of attributes:
- Custom product attribute
- Global attribute
Functionally speaking, they're almost identical. The biggest difference is that global attributes can be reused between products where custom product attributes have to be created for each product, which means a lot less typing on your end.
Another difference is that global product attributes can be used for filtering. So, if you have filters on the shop page to help users to navigate your products, you can filter by specific attributes and this can only be done with global product attributes. If you have a product with unique attributes that no other product will have, then it's convenient to use the custom product attributes:
- Let's add a global product attribute under Products | Attributes.
- Add a Name for the attribute. The attribute is the name of the categorization, for example, colours, sizes, and cuts—not red, small, or v-neck:
- Then, click on Configure terms. This will let you configure individual values.
- Now, go ahead and add your values, for example, Red, Blue, and Green:
Now, let's take a look at variations for the products.
- Instant Node Package Manager
- 精通搜索分析
- Python程序設計案例教程
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- UML 基礎與 Rose 建模案例(第3版)
- Visual Basic程序設計習題與上機實踐
- Geospatial Development By Example with Python
- Building Serverless Web Applications
- Bootstrap for Rails
- Python期貨量化交易實戰
- C++從入門到精通(第6版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 從零開始學算法:基于Python
- Enterprise Application Architecture with .NET Core
- C/C++程序設計教程:面向過程分冊