Example of the extension builder – Products Extension
Let’s try to understand how the extension builder works by an example. Let’s create a product extension that will include a product list, a filter, a product detail page, and a form.
If you don’t have an account on the extension builder, please register yourself, or else log in with your credentials. You can check the Log in/Registration procedure at the start of this document. Click here to check.
After log in/registration, you will see a blank list of extensions. Click on “Add New Extension” to create a new extension and you will see the screen of step 1.
In step 1 “Basic of extension”, fill up the details of the extension you are going to create. You can take the reference to fill up the basic details for the extension by clicking here. After filling up the basic details for the extension, click on the “Save & Next” button, and you will see the second step “Tables/Models”.
In step 2, create the tables for the extension. Here in this example, let’s create 2 tables “Products” and “Country of Origin” for now, then we will create more tables as per further requirements.
Create Tables
Let’s create the first table “Products.”