I am creating a database that allows a user to order products. So far I have the user login functions and a template for a product search page. What my question is, is I am trying to mimic a search page that looks something like amazon.com so that when a user clicks on a category it displays all products related to that category. Or when a user searches for a type of product by name, the related products are displayed on the form.
I would like the products to display with a picture, price, quantity, and an add to cart button.
Let me know if you have any suggestions.
I would like the products to display with a picture, price, quantity, and an add to cart button.
Let me know if you have any suggestions.