0% found this document useful (0 votes)
38 views

Shopping Cart - Table

This document contains the design for tables needed for an online shopping cart application. It includes tables for user login information, item master details, item photos, transaction logs with headers and tails, and fields for items selected, purchased, payment details, shipping address and status. The tables are designed to store information like user email and password, item codes, descriptions, prices, images, order details, payment and shipping information.

Uploaded by

Prajeesh Sekhar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Shopping Cart - Table

This document contains the design for tables needed for an online shopping cart application. It includes tables for user login information, item master details, item photos, transaction logs with headers and tails, and fields for items selected, purchased, payment details, shipping address and status. The tables are designed to store information like user email and password, item codes, descriptions, prices, images, order details, payment and shipping information.

Uploaded by

Prajeesh Sekhar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TABLE DESIGN - SHOPPING CART - [DESIGNED BY PRAJEESH ON 19/JAN/201

CART_LOGIN
EMAIL_ID VARCHAR
PASSWORD VARCHAR
HINT_QSTN VARCHAR
HIINT_ANSWER VARCHAR
LAST_LOGIN DATETIME
USER_STATUS NUMBER

ITEM_MASTER
ITEM_CODE VARCHAR
ITEM_SHORT_DESC VARCHAR
ITEM_DESCRIPTION VARCHAR
TERMS VARCHAR
HIGHLIGHTS VARCHAR
DEALER_RATIGS NUMBER
ACTUAL_PRICE NUMBER
OFFERED_PRICE NUMBER
VENDER_NAME VARCHAR
VENDER-ADDRESS VARCHAR
WARRENTY VARCHAR
FREE_GOODS VARCHAR
FREE_GOODS_DESC VARCHAR
ITEM_STATUS VARCHAR
TOTAL_QTY NUMBER
TRNDATE DATETIME
ACTIVE BOOL

ITEM_PHOTOS
ITEM_CODE VARCHAR
IMAGE_URL1 VARCHAR
IMAGE_URL2 VARCHAR
IMAGE_URL3 VARCHAR
VIDEO_URL VARCHAR
IMAGE_APPROVAL BOOL

TRANSACTION_LOG_HEAD
TRANSACTION_ID NUMBER
TRANSACTION_REF-NO VARCHAR
EMAIL_ID VARCHAR
TRANS_DATE DATETIME
ITEMS_SELECTED VARCHAR
ITEMS_PURCHASED VARCHAR
PAYMENT_DETAILS VARCHAR
AMOUNT NUMBER
CARDNUMBER VARCHAR
SECURITY_CODE VARCHAR
PAYMENT_STATUS VARCHAR
SHIPPING-ADDRESS1 VARCHAR
SHIPPING-ADDRESS2 VARCHAR
SHIPPING_CITY VARCHAR
SHIPPING_STATE VARCHAR
SHIPPING_COUNTRY VARCHAR
SHIPPING_PIN NUMBER
CONTACT_PERSON VARCHAR
CONTACT-MOBILE VARCHAR
SHIPMENT_STATUS VARCHAR
SHIPMENT_AGENCY VARCHAR
SHIPMENT_DATE DATETIME
SHIPMENT_COMPLETION DATETIME

TRANSACTON_LOG_TAIL
TRASACTION-ID NUMBER
SLNO NUMBER
ITEMCODE VARCHAR
QUANTITY NUMBER
PRICE NUMBER
SUBTOTAL NUMBER
TRANSACTION_STATUS VARCHAR

You might also like