📄 help.aspx
字号:
<%@ Register TagPrefix="PetShop" TagName="Header" Src="Inc/ControlHeader.ascx" %>
<%@ Page language="c#" Codebehind="Help.aspx.cs" AutoEventWireup="false" Inherits="PetShop.Web.Help" EnableSessionState="false" EnableViewState="false" %>
<%@ OutputCache VaryByParam="none" VaryByCustom="UserID" Location="server" Duration="43200" %>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" >
<HTML>
<HEAD>
<title>Help</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="Style.css">
</HEAD>
<body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
<petshop:header id="Header" runat="server" /><br>
<blockquote>
<!-- page header -->
<font class="pageHeader">Microsoft .NET PetShop Blueprint Application</font>
<p></p>
<font class="text">The Microsoft .NET PetShop Blueprint Application
is an online pet store. Like most e-stores, you can browse and search the
product catalog, choose items to add to a shopping cart, amend the
shopping cart, and order the items in the shopping cart. You can perform many
of these actions without registering with or logging into the application.
However, before you can order items you must log in (sign in) to the
application. In order to sign in, you must have an account with the
application, which is created when you register (sign up) with the application.
<p></p>
<!-- jump to links -->
<a href="#SigningUp">Signing Up</a><br>
<a href="#SigningIn">Signing In</a><br>
<a href="#Catalog">Working with the Product Catalog</a><br>
<a href="#CatalogBrowsing">Browsing the Catalog</a><br>
<a href="#CatalogSearching">Searching the Catalog</a><br>
<a href="#ShoppingCart">Working with the Shopping Cart</a><br>
<a href="#ShoppingCartAdd">Adding and Removing Items</a><br>
<a href="#ShoppingCartUpdate">Updating the Quantity of an Item</a><br>
<a href="#Ordering">Ordering Items</a><br>
<a href="#OrderReview">Reviewing an Order</a><br>
<a href="#Issues">Known Issues</a><br>
<a name="SigningUp"></a>
<p> </p>
<font class="pageHeader">Signing Up</font><p></p>
To sign up, click the Sign-in link at on the top banner. Next, click the
Register Now button. Among other information, the signup page requires you to
provide a user identifier and password. This information is used to identify
your account and must be provided when signing in.
<p> </p>
<a name="SigningIn"></a><font class="pageHeader">Signing In</font><p></p>
You sign in to the application by clicking the Sign-in link on the top banner,
filling in the user identifier and password and clicking the Submit button.
<p></p>
You will also be redirected to the signin page when you try to place an order
and you have not signed in. Once you have signed in, you can return to your
shopping session by clicking the shopping cart icon on the top banner.
<p> </p>
<a name="Catalog"></a><font class="pageHeader">Working with the Product Catalog</font><p></p>
This section describes how to browse and search the product catalog.
<p></p>
<a name="CatalogBrowsing"></a><b>Browsing the Catalog</b><br>
The pet store catalog is organized hierarchically as follows: categories,
products, items.
<p></p>
You list the pets in a category by clicking on the category name in the left
column of the main page, or by clicking on the picture representing the
category.
<p></p>
Once you select a category, the pet store will display a list of products
within a category. Selecting a product displays a list of items and their
prices. Selecting a product item displays a text and visual description of the
item and the number of that item in stock.
<p></p>
<a name="CatalogSearching"></a><b>Searching the Catalog</b><br>
You search for products by typing the product name in search field in the
middle of the banner.
<p> </p>
<a name="ShoppingCart"></a><font class="pageHeader">Working with the Shopping Cart</font><p></p>
<a name="ShoppingCartAdd"></a><b>Adding and Removing Items</b><br>
You add an item to your shopping cart by clicking the Add to Cart button to the
right of an item. This action also displays your shopping cart.
<p></p>
You can remove the item by clicking the Remove button to the left of the item.
<p></p>
To continue shopping, you select a product category from the list in the
banner.
<p></p>
<a name="ShoppingCartUpdate"></a><b>Updating the Quantity of an Item</b><br>
You adjust the quantity of an item by typing the quantity in the item's
Quantity field in the shopping cart and clicking the Update button.
<p></p>
If the quantity of items requested is greater than that in stock, the In Stock
field in the shopping cart will show that the item is backordered.
<p></p>
<a name="Ordering"></a><b>Ordering Items</b><br>
You order the items in the shopping cart by selecting the Proceed to Checkout
button. The pet store will display a read-only list of the shopping cart
contents. To proceed with the checkout, click the Continue button.
<p></p>
If you have not signed in, the application will display the signin page, where
you will need to provide your account name and password. Otherwise, the
application will display a page requesting payment and shipping information.
When you have filled in the required information, you click the Submit button,
and the application will display a read-only page containing your billing and
shipping address. If you need to change any information, click your
browser's Back button and enter the correct information. To complete the order,
you click the Continue button.
<p> </p>
<a name="OrderReview"></a><font class="pageHeader">Reviewing An Order</font><p></p>
The final screen contains your order information.
<p></p>
The application can be set up to send email confirmation of orders. This
option can only be set when the application is deployed. See the installation
instructions for further information.
<p> </p>
<a name="Issues"></a><font class="pageHeader">Known Issues</font><p></p>
None.
<p></p>
</font></blockquote>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -