Create and Display Product Listings
Step 1. Step 1 : Enable ezsite
Core Database under Database Settings
Step 2: Create Products Listing Table in Database
In the prompt window, type in
Create an oil paintings product table in database including name, description, size (small, medium, large), price, image, artist
Go to Project Admin to see the table that has been created with the products.
Step 3: Update Product Data by Clicking “Add Data”
Navigate to Project Admin, locate the table created in the previous step, and click the "Update" link next to each product to modify its data.
Step 4: Prompt to populate product listing on front end web page
In the prompt window, enter the text displayed in the screenshot below
Create an oilpaintings collection below hero section, get the collection data from oilpaintings table from database
The products are successfully displayed on the web page.