
Quick Store Tutorial
47
Step 2: Setting Up Login and Checkout
The basic checkout area includes pages where the site shopper can change the
contents in the shopping cart, and decide to check out. The first stage of checking
out is the login page. Returning shoppers are sent to the checkout page. The
checkout page displays the shopping cart’s contents and their personal account
information. The returning shopper can decide to change the personal
information from this page. New shoppers are sent to a page where they enter
their personal account information. After providing their account information
they may proceed to the checkout page.
This tutorial does not use a secure server. We recommend that you use a secure
server and appropriate protocols to process confidential customer information.
See the chapter on security in the User’s Guide for further details.
Here are the main activities on this page:
Applying validation to edit boxes.
Setting up session-based security and capturing the CustomerID in a
session object.
Using CustomerID from session to filter recordsets
Using various recordsets to display order information on page by
replacing tokens.
Logging In
The shopper will either login as a returning customer or create a new user profile.
In Site Manager, click the CheckOutLogin (under the CheckOutArea node) page
to make its layout active.
The SmartElements:
Username and password edit boxes (on page)
LogIn and NewUser image buttons (on page)
SavePassword Checkbox (on page)
Customers Recordset (in Basement)
Password Cookie (in Basement)
The Interactions (to be applied):
Form Validations
Security
Form Submit
Содержание DRUMBEAT 2000 ECOMMERCE EDITION
Страница 1: ...Users Guide macromedia DRUMBEAT 2000 eCOMMERCE EDITION ...
Страница 6: ...Contents 6 ...
Страница 12: ...Introduction 12 ...
Страница 90: ...Chapter 2 90 ...
Страница 110: ...Chapter 3 110 ...
Страница 124: ...Chapter 5 124 ...
Страница 142: ...Chapter 7 142 ...
Страница 152: ...Chapter 8 152 ...
Страница 236: ...Chapter 10 236 ...