TAILIEUCHUNG - Teach Yourself E-Commerce Programming with ASP in 21 Days phần 4

Làm thế nào để thêm các tập tin cookie cho các trình duyệt của khách hàng để bạn có thể tự động xác định khách hàng bất cứ khi nào họ quay trở lại trang web của bạn. Bạn có thể sử dụng khả năng này để theo dõi khách hàng để cung cấp nội dung cá nhân. Khả năng theo dõi khách hàng | I 170 Day 8 The Transaction Database Tables Before we get into the details of how to process customer orders it might be helpful to have an overview of the tables that we will need to create in order to complete our online store. You have already created one table the Products table that you have used in previous lessons to store product information. You will also need to create the following tables The Users Table This table will be used to store user information such as usernames and passwords address information and credit card information. You will learn the details of creating this table in this chapter. The Cart Table This table will be used to store customer shopping carts. When customers add items to their virtual shopping cart while browsing your store the items will be added to this table. You will learn how to create the Cart table in tomorrow s lesson. The Orders Table When a customer checks out and completes an order all the products in the customer s shopping cart are transferred to this table. The orders table contains information about all the products that have been ordered in addition to information about the status of an order. You will learn how to create this table in the lesson on Day 10. When customers add items to their shopping carts a registration page appears requesting that the customer log in. If this is the first time a customer has used your store they are required to enter registration information including their username and password. After customers have registered once they can access their shopping cart in the future by simply entering their username and password or automatically if their browser supports cookies. To get a better sense of how all the pages in the online store interact visit the live version of the store discussed in this book at superexpert. Go to http candystore. After a user logs in the item that the customer selected to add to the shopping cart is added to the Cart database table. Items .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.