Hi,
I need to build a shopping website like amazon but not too complex. I would just like to see the home page, products listing page- allow user to choose from available sizes, quantity(dropdown),add to cart and place an order with a possible Order histroy page as well.
As I am new to this topic, after much research I was able to build an initial dataverse table and create relationships as shown below. How do I proceed from here?
I would imagine the website should update by retrieving the products from the Products table and add records to the orders table when placed an order. How do I achieve this?
Thanks!