Do not sell or share my personal information Skip to content

How To Guides

How-to Guides for the Product form

There are several ways to extend and modify the new product form. Below are links to different tutorials.

Generic fields

One way to extend the new product form is by making use of generic fields. This allows you to easily modify the form using PHP only. We have a wide variety of generic fields that you can use, like a text, checkbox, pricing or a select field. You can find the full list here.

To see how you can make use of these fields you can follow the generic fields tutorial.

Writing a custom field

It is also possible to write your own custom field and render those within the product form. This is helpful if the generic fields don’t quite fit your use case.
To see an example of how to create a basic dropdown field in the product form you can follow this tutorial.

Extending the product form with custom fields
Extending the product form with generic fields