Custom Fields Tutorials
Follow along with the tutorials on this page to try using custom fields in your marketplace.
Required condition field for all products
Scenario
On a used goods marketplace, you want to ensure every product displays a condition status to show whether the product is in new, excellent, good, or poor condition. The following steps ensure that all products require the condition field:
1
Configure a strict attribute template strategy
- Go to Settings -> Marketplace configuration.
- Set Attribute template strategy to Strict.
2
Create the condition attribute
- Go to Catalog -> Attributes.
- Create an attribute named
Condition
with the Dropdown input type. - Add the following attribute values:
New
,Excellent
,Good
,Poor
. - Turn on Value required.
- Save the attribute.
3
Add the attribute to the products custom field template
- Go to Settings -> Custom field templates.
- Open the Product custom field template.
- Add the
Condition
attribute. - Save the custom field template.
Recommend an add-on for specific products
Scenario
On a gaming marketplace, you want to recommend add-on products for certain purchases. For example, to encourage customers purchase a game to go along with a console. The following steps ensure this field is only added to the relevant product:
1
Configure a flexible attribute template strategy
- Go to Settings -> Marketplace configuration.
- Set Attribute template strategy to Flexible.
2
Create the reference attribute
- Go to Catalog -> Attributes.
- Create an attribute named
Suggested Add-On
with the Reference input type. - Save the attribute.
3
Add the attribute to the gaming console
- Go to Catalog -> Products.
- Open the product for the gaming console.
- Under Custom fields, select the Add button.
- Add the
Suggested Add-On
field. - Set the value to the ID of the game to go with the console.