Database structure
Following picture shows MySQL database structure of Shop-Script FREE online store:

As you may see, there are five tables in Shop-Script FREE database:
CATEGORY â€" this table stores information about products categories of your store and categories hierarchy.
“parent� field of this table stores ID of the parent category.
PRODUCT â€" all products of your store are stored in this table. This table has a foreign key “categoryIDâ€� which identifies ID of the category to which a product belongs.
ORDER â€" this table stores information about all orders made by visitors of your store.
ORDERED_SHOPPING_CART table is tightly connected with PRODUCT and ORDER tables; stores information on customers’ orders content.
SPECIAL_OFFER table contains a list of products, which are shown on storefront home page as special offers:




0 comments:
Post a Comment